blob: 00b10dccd0013f9ad44bbb130d68a8b6d5774ad8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
warning: unused attribute
--> $DIR/macro-use-all-and-none.rs:7:1
|
LL | #[macro_use()]
| ^^^^^^^^^^^^^^ help: remove this attribute
|
= note: attribute `macro_use` with an empty list has no effect
note: the lint level is defined here
--> $DIR/macro-use-all-and-none.rs:4:9
|
LL | #![warn(unused_attributes)]
| ^^^^^^^^^^^^^^^^^
warning: 1 warning emitted
|