blob: af03aa6a369082662b86b4618923a3362f0c82b4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
warning: struct is never used: `S`
--> $DIR/macro-span-replacement.rs:15:9
|
15 | $b $a;
| ^^^^^^
...
20 | m!(S struct);
| ------------- in this macro invocation
|
note: lint level defined here
--> $DIR/macro-span-replacement.rs:11:9
|
11 | #![warn(unused)]
| ^^^^^^
= note: #[warn(dead_code)] implied by #[warn(unused)]
|