rust/src/test/ui/used.stderr

27 lines
726 B
Plaintext
Raw Normal View History

2018-08-08 07:28:26 -05:00
error: attribute must be applied to a `static` variable
--> $DIR/used.rs:16:1
|
LL | #[used] //~ ERROR attribute must be applied to a `static` variable
| ^^^^^^^
error: attribute must be applied to a `static` variable
--> $DIR/used.rs:19:1
|
LL | #[used] //~ ERROR attribute must be applied to a `static` variable
| ^^^^^^^
error: attribute must be applied to a `static` variable
--> $DIR/used.rs:22:1
|
LL | #[used] //~ ERROR attribute must be applied to a `static` variable
| ^^^^^^^
error: attribute must be applied to a `static` variable
--> $DIR/used.rs:25:1
|
LL | #[used] //~ ERROR attribute must be applied to a `static` variable
| ^^^^^^^
error: aborting due to 4 previous errors