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
Copy file name to clipboardexpand all lines: tests/ui/rust-2018/uniform-paths/ambiguity-macros-nested.stderr
+1-1
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ error[E0659]: `std` is ambiguous
4
4
LL | pub use std::io;
5
5
| ^^^ ambiguous name
6
6
|
7
-
= note: ambiguous because of multiple potential import sources
7
+
= note: ambiguous because of a conflict between a macro-expanded name and a less macro-expanded name from outer scope during import or macro resolution
8
8
= note: `std` could refer to a built-in crate
9
9
= help: use `::std` to refer to this crate unambiguously
10
10
note: `std` could also refer to the module defined here
Copy file name to clipboardexpand all lines: tests/ui/rust-2018/uniform-paths/ambiguity-macros.stderr
+1-1
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ error[E0659]: `std` is ambiguous
4
4
LL | use std::io;
5
5
| ^^^ ambiguous name
6
6
|
7
-
= note: ambiguous because of multiple potential import sources
7
+
= note: ambiguous because of a conflict between a macro-expanded name and a less macro-expanded name from outer scope during import or macro resolution
8
8
= note: `std` could refer to a built-in crate
9
9
= help: use `::std` to refer to this crate unambiguously
10
10
note: `std` could also refer to the module defined here
0 commit comments