Files
rust/tests/ui/macros/macro-rules-attr.stderr
Josh Triplett 4f999f72de mbe: Add test for macro_rules attributes
Test macros via path and local macros.
2025-08-08 11:01:12 -07:00

22 lines
485 B
Plaintext

warning: rule #3 of macro `local_attr` is never used
--> $DIR/macro-rules-attr.rs:43:9
|
LL | attr() {} => {
| ^^ ^^
|
note: the lint level is defined here
--> $DIR/macro-rules-attr.rs:4:9
|
LL | #![warn(unused)]
| ^^^^^^
= note: `#[warn(unused_macro_rules)]` implied by `#[warn(unused)]`
warning: rule #5 of macro `local_attr` is never used
--> $DIR/macro-rules-attr.rs:49:5
|
LL | {} => {
| ^^
warning: 2 warnings emitted