]> git.lizzy.rs Git - rust.git/blob - tests/ui/macros/macro-use-all-and-none.stderr
Rollup merge of #106244 - atouchet:readme3, r=workingjubilee
[rust.git] / tests / ui / macros / macro-use-all-and-none.stderr
1 warning: unused attribute
2   --> $DIR/macro-use-all-and-none.rs:7:1
3    |
4 LL | #[macro_use()]
5    | ^^^^^^^^^^^^^^ help: remove this attribute
6    |
7    = note: attribute `macro_use` with an empty list has no effect
8 note: the lint level is defined here
9   --> $DIR/macro-use-all-and-none.rs:4:9
10    |
11 LL | #![warn(unused_attributes)]
12    |         ^^^^^^^^^^^^^^^^^
13
14 warning: 1 warning emitted
15