aboutsummaryrefslogtreecommitdiff
path: root/tests/ui/bad_crate_path.stderr
blob: 5ac1d6ab0ea968912977b00f168acae7aad1e278 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
error[E0433]: failed to resolve: could not find `missing` in `to`
  --> tests/ui/bad_crate_path.rs:10:28
   |
10 | #[linkme(crate = path::to::missing)]
   |                            ^^^^^^^ could not find `missing` in `to`

error[E0433]: failed to resolve: could not find `missing` in `to`
  --> tests/ui/bad_crate_path.rs:17:28
   |
17 | #[linkme(crate = path::to::missing)]
   |                            ^^^^^^^ could not find `missing` in `to`

error[E0433]: failed to resolve: could not find `missing` in `to`
  --> tests/ui/bad_crate_path.rs:10:28
   |
10 | #[linkme(crate = path::to::missing)]
   |                            ^^^^^^^ could not find `missing` in `to`
   |
help: consider importing this struct
   |
3  | use linkme::DistributedSlice;
   |

error[E0433]: failed to resolve: could not find `missing` in `to`
  --> tests/ui/bad_crate_path.rs:17:28
   |
17 | #[linkme(crate = path::to::missing)]
   |                            ^^^^^^^ could not find `missing` in `to`
   |
help: consider importing this struct
   |
3  | use linkme::DistributedSlice;
   |