2019-07-27 01:33:01 +03:00
|
|
|
warning: unused attribute
|
|
|
|
--> $DIR/macro-use-all-and-none.rs:7:1
|
|
|
|
|
|
|
|
|
LL | #[macro_use()]
|
2021-09-05 16:30:37 -07:00
|
|
|
| ^^^^^^^^^^^^^^ help: remove this attribute
|
2019-07-27 01:33:01 +03:00
|
|
|
|
|
2022-09-18 19:55:36 +04:00
|
|
|
= note: attribute `macro_use` with an empty list has no effect
|
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)]
|
|
|
|
| ^^^^^^^^^^^^^^^^^
|
|
|
|
|
2020-03-11 16:30:09 +01:00
|
|
|
warning: 1 warning emitted
|
|
|
|
|