@@ -10,6 +10,18 @@ error[E0433]: failed to resolve: could not find `RustcDecodable` in `core`
10
10
LL | core::RustcDecodable,
11
11
| ^^^^^^^^^^^^^^ could not find `RustcDecodable` in `core`
12
12
13
+ error[E0433]: failed to resolve: could not find `RustcDecodable` in `core`
14
+ --> $DIR/builtin-std-paths-fail.rs:2:11
15
+ |
16
+ LL | core::RustcDecodable,
17
+ | ^^^^^^^^^^^^^^ could not find `RustcDecodable` in `core`
18
+
19
+ error[E0433]: failed to resolve: could not find `RustcDecodable` in `core`
20
+ --> $DIR/builtin-std-paths-fail.rs:4:11
21
+ |
22
+ LL | core::RustcDecodable,
23
+ | ^^^^^^^^^^^^^^ could not find `RustcDecodable` in `core`
24
+
13
25
error[E0433]: failed to resolve: could not find `bench` in `core`
14
26
--> $DIR/builtin-std-paths-fail.rs:7:9
15
27
|
@@ -34,17 +46,17 @@ error[E0433]: failed to resolve: could not find `test` in `core`
34
46
LL | #[core::test]
35
47
| ^^^^ could not find `test` in `core`
36
48
37
- error[E0433]: failed to resolve: could not find `RustcDecodable` in `core `
38
- --> $DIR/builtin-std-paths-fail.rs:4:11
49
+ error[E0433]: failed to resolve: could not find `RustcDecodable` in `std `
50
+ --> $DIR/builtin-std-paths-fail.rs:14:10
39
51
|
40
- LL | core ::RustcDecodable,
41
- | ^^^^^^^^^^^^^^ could not find `RustcDecodable` in `core `
52
+ LL | std ::RustcDecodable,
53
+ | ^^^^^^^^^^^^^^ could not find `RustcDecodable` in `std `
42
54
43
- error[E0433]: failed to resolve: could not find `RustcDecodable` in `core `
44
- --> $DIR/builtin-std-paths-fail.rs:2:11
55
+ error[E0433]: failed to resolve: could not find `RustcDecodable` in `std `
56
+ --> $DIR/builtin-std-paths-fail.rs:16:10
45
57
|
46
- LL | core ::RustcDecodable,
47
- | ^^^^^^^^^^^^^^ could not find `RustcDecodable` in `core `
58
+ LL | std ::RustcDecodable,
59
+ | ^^^^^^^^^^^^^^ could not find `RustcDecodable` in `std `
48
60
49
61
error[E0433]: failed to resolve: could not find `RustcDecodable` in `std`
50
62
--> $DIR/builtin-std-paths-fail.rs:14:10
@@ -82,18 +94,6 @@ error[E0433]: failed to resolve: could not find `test` in `std`
82
94
LL | #[std::test]
83
95
| ^^^^ could not find `test` in `std`
84
96
85
- error[E0433]: failed to resolve: could not find `RustcDecodable` in `std`
86
- --> $DIR/builtin-std-paths-fail.rs:16:10
87
- |
88
- LL | std::RustcDecodable,
89
- | ^^^^^^^^^^^^^^ could not find `RustcDecodable` in `std`
90
-
91
- error[E0433]: failed to resolve: could not find `RustcDecodable` in `std`
92
- --> $DIR/builtin-std-paths-fail.rs:14:10
93
- |
94
- LL | std::RustcDecodable,
95
- | ^^^^^^^^^^^^^^ could not find `RustcDecodable` in `std`
96
-
97
97
error: aborting due to 16 previous errors
98
98
99
99
For more information about this error, try `rustc --explain E0433`.
0 commit comments