]> git.lizzy.rs Git - rust.git/blob - src/test/ui/used.stderr
Merge commit '370c397ec9169809e5ad270079712e0043514240' into sync_cg_clif-2022-03-20
[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