Searched defs:root_module (Results 1 – 4 of 4) sorted by relevance
42 root_module: String, field
46 pub root_module: String, field
326 root_module: ModuleId, field563 let root_module = Self::build_root_module(ItemId(0)); in new() localVariable1458 pub(crate) fn root_module(&self) -> ModuleId { in root_module() method
321 Module root_module; in GenerateRustModuleRootFile() local