1
0
Fork 0
mirror of synced 2025-09-24 04:40:05 +00:00
This commit is contained in:
schaeff 2019-08-02 18:46:44 +02:00
parent 266320f7d9
commit edab5c20f8

View file

@ -277,7 +277,7 @@ impl<'ast> Checker<'ast> {
Some(module) => {
assert_eq!(module.imports.len(), 0);
let ids = HashSet::new();
let mut ids = HashSet::new();
for declaration in module.symbols {
let pos = declaration.pos();