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
387 B
Plaintext
Raw Normal View History

warning: unused attribute
--> $DIR/macro-use-all-and-none.rs:7:1
|
LL | #[macro_use()]
2021-09-05 23:30:37 +00:00
| ^^^^^^^^^^^^^^ help: remove this attribute
|
2022-09-18 15:55:36 +00: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
--> $DIR/macro-use-all-and-none.rs:4:9
|
LL | #![warn(unused_attributes)]
| ^^^^^^^^^^^^^^^^^
warning: 1 warning emitted