rust/tests/ui/macros/macro-use-all-and-none.stderr
Jonathan Brouwer 3303534dc8
Update uitest stderrs
Signed-off-by: Jonathan Brouwer <jonathantbrouwer@gmail.com>
2025-07-23 13:33:23 +02:00

15 lines
321 B
Plaintext

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