(&mut self, enabled: bool)
| 592 | "import `{label}` exports `{export}`, which conflicts with a top-level declaration in the importing module" |
| 593 | ), |
| 594 | )]); |
| 595 | } |
| 596 | if let Some(previous) = imported_exports.get(*export) { |
| 597 | return Err(vec![Diagnostic::new( |
| 598 | DiagnosticLevel::Error, |
| 599 | format!( |
no outgoing calls