diff --git a/compiler/rustc_resolve/src/imports.rs b/compiler/rustc_resolve/src/imports.rs index 1b9e5d2a2daa..b36dd1ef31bb 100644 --- a/compiler/rustc_resolve/src/imports.rs +++ b/compiler/rustc_resolve/src/imports.rs @@ -822,6 +822,10 @@ pub(crate) fn lint_reexports(&mut self, exported_ambiguities: FxHashSet $DIR/ambiguous-import-visibility-globglob-reexport.rs:11:16 - | -LL | pub(crate) use m_crate::*; - | ^^^^^^^^^^ re-export of crate public `S` - | - = note: consider declaring type or module `S` with `pub` - -error: aborting due to 1 previous error - -For more information about this error, try `rustc --explain E0365`.