Home
last modified time | relevance | path

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

/third_party/rust/rust/compiler/rustc_resolve/src/
Dlib.rs964 module_map: FxHashMap<DefId, Module<'a>>, field
1227 let mut module_map = FxHashMap::default(); in new() localVariable
1397 let module_map = &mut self.module_map; in new_module() localVariable