]>
Commit | Line | Data |
---|---|---|
b7449926 | 1 | error: attribute must be applied to a `static` variable |
0731742a | 2 | --> $DIR/used.rs:4:1 |
b7449926 | 3 | | |
532ac7d7 | 4 | LL | #[used] |
b7449926 XL |
5 | | ^^^^^^^ |
6 | ||
7 | error: attribute must be applied to a `static` variable | |
0731742a | 8 | --> $DIR/used.rs:7:1 |
b7449926 | 9 | | |
532ac7d7 | 10 | LL | #[used] |
b7449926 XL |
11 | | ^^^^^^^ |
12 | ||
13 | error: attribute must be applied to a `static` variable | |
0731742a | 14 | --> $DIR/used.rs:10:1 |
b7449926 | 15 | | |
532ac7d7 | 16 | LL | #[used] |
b7449926 XL |
17 | | ^^^^^^^ |
18 | ||
19 | error: attribute must be applied to a `static` variable | |
0731742a | 20 | --> $DIR/used.rs:13:1 |
b7449926 | 21 | | |
532ac7d7 | 22 | LL | #[used] |
b7449926 XL |
23 | | ^^^^^^^ |
24 | ||
25 | error: aborting due to 4 previous errors | |
26 |