Home
last modified time | relevance | path

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

/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_resolve/src/
H A Dlib.rs1040 invocation_parents: FxHashMap<LocalExpnId, (LocalDefId, ImplTraitContext)>, field
1290 let mut invocation_parents = FxHashMap::default(); in new() localVariable