@@ -5,19 +5,19 @@ LL | use _::a;
55 | ^ expected identifier, found reserved identifier
66
77error: expected identifier, found reserved identifier `_`
8- --> $DIR/issue-110164.rs:11 :5
8+ --> $DIR/issue-110164.rs:10 :5
99 |
1010LL | use _::*;
1111 | ^ expected identifier, found reserved identifier
1212
1313error: expected identifier, found reserved identifier `_`
14- --> $DIR/issue-110164.rs:16 :9
14+ --> $DIR/issue-110164.rs:14 :9
1515 |
1616LL | use _::a;
1717 | ^ expected identifier, found reserved identifier
1818
1919error: expected identifier, found reserved identifier `_`
20- --> $DIR/issue-110164.rs:19 :9
20+ --> $DIR/issue-110164.rs:16 :9
2121 |
2222LL | use _::*;
2323 | ^ expected identifier, found reserved identifier
@@ -34,38 +34,6 @@ error[E0432]: unresolved import `crate::*`
3434LL | use crate::*;
3535 | ^^^^^^^^ cannot glob-import a module into itself
3636
37- error[E0432]: unresolved import `_`
38- --> $DIR/issue-110164.rs:11:5
39- |
40- LL | use _::*;
41- | ^ use of unresolved module or unlinked crate `_`
42- |
43- = help: you might be missing a crate named `_`
44-
45- error[E0432]: unresolved import `_`
46- --> $DIR/issue-110164.rs:8:5
47- |
48- LL | use _::a;
49- | ^ use of unresolved module or unlinked crate `_`
50- |
51- = help: you might be missing a crate named `_`
52-
53- error[E0432]: unresolved import `_`
54- --> $DIR/issue-110164.rs:16:9
55- |
56- LL | use _::a;
57- | ^ use of unresolved module or unlinked crate `_`
58- |
59- = help: you might be missing a crate named `_`
60-
61- error[E0432]: unresolved import `_`
62- --> $DIR/issue-110164.rs:19:9
63- |
64- LL | use _::*;
65- | ^ use of unresolved module or unlinked crate `_`
66- |
67- = help: you might be missing a crate named `_`
68-
69- error: aborting due to 10 previous errors
37+ error: aborting due to 6 previous errors
7038
7139For more information about this error, try `rustc --explain E0432`.
0 commit comments