pub fn global_scope<'db>(
db: &'db dyn Db,
file: ProgramFile<'db>,
) -> ScopeId<'db>Expand description
Returns the module global scope of file.
pub fn global_scope<'db>(
db: &'db dyn Db,
file: ProgramFile<'db>,
) -> ScopeId<'db>Returns the module global scope of file.