]> git.lizzy.rs Git - rust.git/blob - src/test/ui/macros/macro-use-all-and-none.stderr
Rollup merge of #93813 - xldenis:public-mir-passes, r=wesleywiser
[rust.git] / src / test / 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: the lint level is defined here
8   --> $DIR/macro-use-all-and-none.rs:4:9
9    |
10 LL | #![warn(unused_attributes)]
11    |         ^^^^^^^^^^^^^^^^^
12    = note: attribute `macro_use` with an empty list has no effect
13
14 warning: 1 warning emitted
15