blob: 728cd12e2c6855c8648e8592244db856a4ffc5f7 (
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:17:14
|
17 | $b $a; //~ WARN struct is never used
| ^
...
22 | m!(S struct);
| ------------- in this macro invocation
|
note: lint level defined here
--> $DIR/macro-span-replacement.rs:13:9
|
13 | #![warn(unused)]
| ^^^^^^
= note: #[warn(dead_code)] implied by #[warn(unused)]
|