Skip to main content

explicitly_imported_names

Function explicitly_imported_names 

Source
pub fn explicitly_imported_names(module: &AIRModule) -> HashSet<String>
Expand description

Names brought into scope by module’s explicit use declarations (the imported leaf names and their aliases) — already emitted as real imports, so the implicit-import pass must skip them.