Home
last modified time | relevance | path

Searched defs:hidden_type (Results 1 – 4 of 4) sorted by relevance

/third_party/rust/rust/compiler/rustc_infer/src/infer/
Dopaque_types.rs35 pub hidden_type: OpaqueHiddenType<'tcx>, field
/third_party/rust/rust/compiler/rustc_hir_typeck/src/
Dwriteback.rs553 let hidden_type = self.resolve(decl.hidden_type, &decl.hidden_type.span); in visit_opaque_types() localVariable
/third_party/rust/rust/compiler/rustc_infer/src/errors/
Dmod.rs33 pub hidden_type: Span, field
/third_party/rust/rust/compiler/rustc_borrowck/src/type_check/
Dmod.rs233 let mut hidden_type = infcx.resolve_vars_if_possible(decl.hidden_type); in type_check() localVariable