@@ -5,19 +5,19 @@ LL | use _::a;
5
5
| ^ expected identifier, found reserved identifier
6
6
7
7
error: expected identifier, found reserved identifier `_`
8
- --> $DIR/issue-110164.rs:11 :5
8
+ --> $DIR/issue-110164.rs:10 :5
9
9
|
10
10
LL | use _::*;
11
11
| ^ expected identifier, found reserved identifier
12
12
13
13
error: expected identifier, found reserved identifier `_`
14
- --> $DIR/issue-110164.rs:16 :9
14
+ --> $DIR/issue-110164.rs:14 :9
15
15
|
16
16
LL | use _::a;
17
17
| ^ expected identifier, found reserved identifier
18
18
19
19
error: expected identifier, found reserved identifier `_`
20
- --> $DIR/issue-110164.rs:19 :9
20
+ --> $DIR/issue-110164.rs:16 :9
21
21
|
22
22
LL | use _::*;
23
23
| ^ expected identifier, found reserved identifier
@@ -34,38 +34,6 @@ error[E0432]: unresolved import `crate::*`
34
34
LL | use crate::*;
35
35
| ^^^^^^^^ cannot glob-import a module into itself
36
36
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
70
38
71
39
For more information about this error, try `rustc --explain E0432`.
0 commit comments