2019-07-27 01:33:01 +03:00
|
|
|
warning: unused attribute
|
|
|
|
--> $DIR/macro-use-all-and-none.rs:7:1
|
|
|
|
|
|
|
|
|
LL | #[macro_use()]
|
|
|
|
| ^^^^^^^^^^^^^^
|
|
|
|
|
|
2020-01-22 23:57:38 +00:00
|
|
|
note: the lint level is defined here
|
2019-07-27 01:33:01 +03:00
|
|
|
--> $DIR/macro-use-all-and-none.rs:4:9
|
|
|
|
|
|
|
|
|
LL | #![warn(unused_attributes)]
|
|
|
|
| ^^^^^^^^^^^^^^^^^
|
|
|
|
|