@@ -10,6 +10,18 @@ error[E0433]: failed to resolve: could not find `RustcDecodable` in `core`
1010LL |     core::RustcDecodable,
1111   |           ^^^^^^^^^^^^^^ could not find `RustcDecodable` in `core`
1212
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+ 
1325error[E0433]: failed to resolve: could not find `bench` in `core`
1426  --> $DIR/builtin-std-paths-fail.rs:7:9
1527   |
@@ -34,17 +46,17 @@ error[E0433]: failed to resolve: could not find `test` in `core`
3446LL | #[core::test]
3547   |         ^^^^ could not find `test` in `core`
3648
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 
3951   |
40- LL |     core ::RustcDecodable,
41-    |            ^^^^^^^^^^^^^^ could not find `RustcDecodable` in `core `
52+ LL |     std ::RustcDecodable,
53+    |          ^^^^^^^^^^^^^^ could not find `RustcDecodable` in `std `
4254
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 
4557   |
46- LL |     core ::RustcDecodable,
47-    |            ^^^^^^^^^^^^^^ could not find `RustcDecodable` in `core `
58+ LL |     std ::RustcDecodable,
59+    |          ^^^^^^^^^^^^^^ could not find `RustcDecodable` in `std `
4860
4961error[E0433]: failed to resolve: could not find `RustcDecodable` in `std`
5062  --> $DIR/builtin-std-paths-fail.rs:14:10
@@ -82,18 +94,6 @@ error[E0433]: failed to resolve: could not find `test` in `std`
8294LL | #[std::test]
8395   |        ^^^^ could not find `test` in `std`
8496
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- 
9797error: aborting due to 16 previous errors
9898
9999For more information about this error, try `rustc --explain E0433`.
0 commit comments