Use Vec instead of VecMap for scope module sources

This commit is contained in:
Agus Zubiaga 2024-07-01 18:20:20 -03:00
parent 702092859e
commit 42c58d8efe
No known key found for this signature in database
2 changed files with 7 additions and 11 deletions

View file

@ -33,7 +33,6 @@ pub struct Scope {
pub modules: ScopeModules,
/// Identifiers that are imported
// todo(agus): move to ScopeModules?
imported_symbols: Vec<(Ident, Symbol, Region)>,
/// Shadows of an ability member, for example a local specialization of `eq` for the ability