]> git.lizzy.rs Git - rust.git/blob - src/test/ui/used.stderr
Add 'src/tools/rust-analyzer/' from commit '977e12a0bdc3e329af179ef3a9d466af9eb613bb'
[rust.git] / src / test / ui / used.stderr
1 error: attribute must be applied to a `static` variable
2   --> $DIR/used.rs:4:1
3    |
4 LL | #[used]
5    | ^^^^^^^
6
7 error: attribute must be applied to a `static` variable
8   --> $DIR/used.rs:7:1
9    |
10 LL | #[used]
11    | ^^^^^^^
12
13 error: attribute must be applied to a `static` variable
14   --> $DIR/used.rs:10:1
15    |
16 LL | #[used]
17    | ^^^^^^^
18
19 error: attribute must be applied to a `static` variable
20   --> $DIR/used.rs:13:1
21    |
22 LL | #[used]
23    | ^^^^^^^
24
25 error: aborting due to 4 previous errors
26