]> git.proxmox.com Git - rustc.git/blame - src/test/ui/macros/builtin-std-paths-fail.stderr
New upstream version 1.52.0~beta.3+dfsg1
[rustc.git] / src / test / ui / macros / builtin-std-paths-fail.stderr
CommitLineData
6a06907d
XL
1error[E0433]: failed to resolve: could not find `RustcDecodable` in `core`
2 --> $DIR/builtin-std-paths-fail.rs:2:11
3 |
4LL | core::RustcDecodable,
5 | ^^^^^^^^^^^^^^ could not find `RustcDecodable` in `core`
6
7error[E0433]: failed to resolve: could not find `RustcDecodable` in `core`
8 --> $DIR/builtin-std-paths-fail.rs:4:11
9 |
10LL | core::RustcDecodable,
11 | ^^^^^^^^^^^^^^ could not find `RustcDecodable` in `core`
12
416331ca 13error[E0433]: failed to resolve: could not find `bench` in `core`
dfeec247 14 --> $DIR/builtin-std-paths-fail.rs:7:9
416331ca
XL
15 |
16LL | #[core::bench]
17 | ^^^^^ could not find `bench` in `core`
18
19error[E0433]: failed to resolve: could not find `global_allocator` in `core`
dfeec247 20 --> $DIR/builtin-std-paths-fail.rs:8:9
416331ca
XL
21 |
22LL | #[core::global_allocator]
23 | ^^^^^^^^^^^^^^^^ could not find `global_allocator` in `core`
24
25error[E0433]: failed to resolve: could not find `test_case` in `core`
dfeec247 26 --> $DIR/builtin-std-paths-fail.rs:9:9
416331ca
XL
27 |
28LL | #[core::test_case]
29 | ^^^^^^^^^ could not find `test_case` in `core`
30
31error[E0433]: failed to resolve: could not find `test` in `core`
dfeec247 32 --> $DIR/builtin-std-paths-fail.rs:10:9
416331ca
XL
33 |
34LL | #[core::test]
35 | ^^^^ could not find `test` in `core`
36
37error[E0433]: failed to resolve: could not find `RustcDecodable` in `core`
6a06907d 38 --> $DIR/builtin-std-paths-fail.rs:4:11
416331ca
XL
39 |
40LL | core::RustcDecodable,
41 | ^^^^^^^^^^^^^^ could not find `RustcDecodable` in `core`
42
43error[E0433]: failed to resolve: could not find `RustcDecodable` in `core`
6a06907d 44 --> $DIR/builtin-std-paths-fail.rs:2:11
dfeec247
XL
45 |
46LL | core::RustcDecodable,
47 | ^^^^^^^^^^^^^^ could not find `RustcDecodable` in `core`
48
6a06907d
XL
49error[E0433]: failed to resolve: could not find `RustcDecodable` in `std`
50 --> $DIR/builtin-std-paths-fail.rs:14:10
dfeec247 51 |
6a06907d
XL
52LL | std::RustcDecodable,
53 | ^^^^^^^^^^^^^^ could not find `RustcDecodable` in `std`
dfeec247 54
6a06907d
XL
55error[E0433]: failed to resolve: could not find `RustcDecodable` in `std`
56 --> $DIR/builtin-std-paths-fail.rs:16:10
416331ca 57 |
6a06907d
XL
58LL | std::RustcDecodable,
59 | ^^^^^^^^^^^^^^ could not find `RustcDecodable` in `std`
416331ca
XL
60
61error[E0433]: failed to resolve: could not find `bench` in `std`
dfeec247 62 --> $DIR/builtin-std-paths-fail.rs:19:8
416331ca
XL
63 |
64LL | #[std::bench]
65 | ^^^^^ could not find `bench` in `std`
66
67error[E0433]: failed to resolve: could not find `global_allocator` in `std`
dfeec247 68 --> $DIR/builtin-std-paths-fail.rs:20:8
416331ca
XL
69 |
70LL | #[std::global_allocator]
71 | ^^^^^^^^^^^^^^^^ could not find `global_allocator` in `std`
72
73error[E0433]: failed to resolve: could not find `test_case` in `std`
dfeec247 74 --> $DIR/builtin-std-paths-fail.rs:21:8
416331ca
XL
75 |
76LL | #[std::test_case]
77 | ^^^^^^^^^ could not find `test_case` in `std`
78
79error[E0433]: failed to resolve: could not find `test` in `std`
dfeec247 80 --> $DIR/builtin-std-paths-fail.rs:22:8
416331ca
XL
81 |
82LL | #[std::test]
83 | ^^^^ could not find `test` in `std`
84
dfeec247
XL
85error[E0433]: failed to resolve: could not find `RustcDecodable` in `std`
86 --> $DIR/builtin-std-paths-fail.rs:16:10
416331ca
XL
87 |
88LL | std::RustcDecodable,
89 | ^^^^^^^^^^^^^^ could not find `RustcDecodable` in `std`
90
91error[E0433]: failed to resolve: could not find `RustcDecodable` in `std`
dfeec247 92 --> $DIR/builtin-std-paths-fail.rs:14:10
416331ca
XL
93 |
94LL | std::RustcDecodable,
95 | ^^^^^^^^^^^^^^ could not find `RustcDecodable` in `std`
96
dfeec247 97error: aborting due to 16 previous errors
416331ca
XL
98
99For more information about this error, try `rustc --explain E0433`.