]> git.proxmox.com Git - rustc.git/blob - tests/ui/used.stderr
New upstream version 1.68.2+dfsg1
[rustc.git] / tests / 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