You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
= warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
14
+
= note: for more information, see issue #114095 <https://github.com/rust-lang/rust/issues/114095>
15
+
= note: ambiguous because of multiple glob imports of a name in the same module
16
+
note: `E` could refer to the struct imported here
17
+
--> $DIR/unresolved-seg-after-ambiguous.rs:13:17
18
+
|
19
+
LL | pub use self::c::*;
20
+
| ^^^^^^^^^^
21
+
= help: consider adding an explicit import of `E` to disambiguate
22
+
note: `E` could also refer to the struct imported here
23
+
--> $DIR/unresolved-seg-after-ambiguous.rs:12:17
24
+
|
25
+
LL | pub use self::d::*;
26
+
| ^^^^^^^^^^
27
+
= help: consider adding an explicit import of `E` to disambiguate
28
+
= note: `#[warn(ambiguous_glob_imports)]` on by default
29
+
30
+
error: aborting due to 1 previous error; 1 warning emitted
31
+
32
+
For more information about this error, try `rustc --explain E0432`.
0 commit comments