]> git.proxmox.com Git - rustc.git/blame - src/test/ui/used.stderr
New upstream version 1.40.0+dfsg1
[rustc.git] / src / test / ui / used.stderr
CommitLineData
b7449926 1error: attribute must be applied to a `static` variable
0731742a 2 --> $DIR/used.rs:4:1
b7449926 3 |
532ac7d7 4LL | #[used]
b7449926
XL
5 | ^^^^^^^
6
7error: attribute must be applied to a `static` variable
0731742a 8 --> $DIR/used.rs:7:1
b7449926 9 |
532ac7d7 10LL | #[used]
b7449926
XL
11 | ^^^^^^^
12
13error: attribute must be applied to a `static` variable
0731742a 14 --> $DIR/used.rs:10:1
b7449926 15 |
532ac7d7 16LL | #[used]
b7449926
XL
17 | ^^^^^^^
18
19error: attribute must be applied to a `static` variable
0731742a 20 --> $DIR/used.rs:13:1
b7449926 21 |
532ac7d7 22LL | #[used]
b7449926
XL
23 | ^^^^^^^
24
25error: aborting due to 4 previous errors
26