2019-07-27 01:33:01 +03:00
|
|
|
warning: unused attribute
|
2025-07-12 17:34:43 +02:00
|
|
|
--> $DIR/macro-use-all-and-none.rs:7:12
|
2019-07-27 01:33:01 +03:00
|
|
|
|
|
|
|
|
|
LL | #[macro_use()]
|
2025-09-16 11:52:17 -07:00
|
|
|
| ^^ help: remove these parentheses
|
2019-07-27 01:33:01 +03:00
|
|
|
|
|
2025-09-16 11:52:17 -07:00
|
|
|
= note: using `macro_use` with an empty list is equivalent to not using a list at all
|
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
|
|
|
|
|
|