rust/src/test/ui/used.stderr
Vadim Petrochenkov fa72a81bea Update tests
2019-03-11 23:10:26 +03:00

27 lines
488 B
Plaintext

error: attribute must be applied to a `static` variable
--> $DIR/used.rs:4:1
|
LL | #[used]
| ^^^^^^^
error: attribute must be applied to a `static` variable
--> $DIR/used.rs:7:1
|
LL | #[used]
| ^^^^^^^
error: attribute must be applied to a `static` variable
--> $DIR/used.rs:10:1
|
LL | #[used]
| ^^^^^^^
error: attribute must be applied to a `static` variable
--> $DIR/used.rs:13:1
|
LL | #[used]
| ^^^^^^^
error: aborting due to 4 previous errors