2019-07-26 17:33:01 -05:00
|
|
|
warning: unused attribute
|
|
|
|
--> $DIR/macro-use-all-and-none.rs:7:1
|
|
|
|
|
|
|
|
|
LL | #[macro_use()]
|
2021-09-05 18:30:37 -05:00
|
|
|
| ^^^^^^^^^^^^^^ help: remove this attribute
|
2019-07-26 17:33:01 -05:00
|
|
|
|
|
2022-09-18 10:55:36 -05:00
|
|
|
= note: attribute `macro_use` with an empty list has no effect
|
2020-01-22 17:57:38 -06:00
|
|
|
note: the lint level is defined here
|
2019-07-26 17:33:01 -05:00
|
|
|
--> $DIR/macro-use-all-and-none.rs:4:9
|
|
|
|
|
|
|
|
|
LL | #![warn(unused_attributes)]
|
|
|
|
| ^^^^^^^^^^^^^^^^^
|
|
|
|
|
2020-03-11 10:30:09 -05:00
|
|
|
warning: 1 warning emitted
|
|
|
|
|