]> git.lizzy.rs Git - rust.git/blob - src/test/ui/used.stderr
Auto merge of #53621 - jordanrh1:windows-arm, r=alexcrichton
[rust.git] / src / test / ui / used.stderr
1 error: attribute must be applied to a `static` variable
2   --> $DIR/used.rs:14:1
3    |
4 LL | #[used] //~ ERROR attribute must be applied to a `static` variable
5    | ^^^^^^^
6
7 error: attribute must be applied to a `static` variable
8   --> $DIR/used.rs:17:1
9    |
10 LL | #[used] //~ ERROR attribute must be applied to a `static` variable
11    | ^^^^^^^
12
13 error: attribute must be applied to a `static` variable
14   --> $DIR/used.rs:20:1
15    |
16 LL | #[used] //~ ERROR attribute must be applied to a `static` variable
17    | ^^^^^^^
18
19 error: attribute must be applied to a `static` variable
20   --> $DIR/used.rs:23:1
21    |
22 LL | #[used] //~ ERROR attribute must be applied to a `static` variable
23    | ^^^^^^^
24
25 error: aborting due to 4 previous errors
26