Fix const (basic)

This commit is contained in:
Andrew Morris
2023-03-30 11:57:22 +11:00
parent 81f944355a
commit 382d2174c6
6 changed files with 14 additions and 12 deletions

View File

@@ -1997,6 +1997,8 @@ impl ScopeAnalysis {
}
}
}
self.diagnostics.append(&mut diagnostics);
}
fn process_optional_mutations(&mut self) {