about summary refs log tree commit diff
path: root/tests/ui/macros/macro-use-all-and-none.stderr
blob: a5efb065a21b17ddab3897ce6a28c0828aafda9f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
warning: unused attribute
  --> $DIR/macro-use-all-and-none.rs:7:12
   |
LL | #[macro_use()]
   |            ^^ help: remove this attribute
   |
note: the lint level is defined here
  --> $DIR/macro-use-all-and-none.rs:4:9
   |
LL | #![warn(unused_attributes)]
   |         ^^^^^^^^^^^^^^^^^

warning: 1 warning emitted