Home
last modified time | relevance | path

Searched defs:crate_map (Results 1 – 3 of 3) sorted by relevance

/third_party/rust/rust/compiler/rustc_hir_analysis/src/coherence/
Dinherent_impls.rs28 let crate_map = tcx.crate_inherent_impls(()); in crate_incoherent_impls() localVariable
36 let crate_map = tcx.crate_inherent_impls(()); in inherent_impls() localVariable
/third_party/rust/rust/compiler/rustc_hir_analysis/src/outlives/
Dmod.rs47 let crate_map = tcx.inferred_outlives_crate(()); in inferred_outlives_of() localVariable
/third_party/rust/rust/compiler/rustc_hir_analysis/src/variance/
Dmod.rs56 let crate_map = tcx.crate_variances(()); in variances_of() localVariable