Files
rust/tests/ui/macros/macro-use-all-and-none.stderr

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

16 lines
413 B
Plaintext
Raw Normal View History

warning: unused attribute
--> $DIR/macro-use-all-and-none.rs:7:12
|
LL | #[macro_use()]
2025-09-16 11:52:17 -07:00
| ^^ help: remove these parentheses
|
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
--> $DIR/macro-use-all-and-none.rs:4:9
|
LL | #![warn(unused_attributes)]
| ^^^^^^^^^^^^^^^^^
warning: 1 warning emitted