Files
rust/tests/ui/macros/macro-rules-attr.stderr

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

22 lines
485 B
Plaintext
Raw Normal View History

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