rust/src/test/ui/span/macro-span-replacement.stderr

12 lines
247 B
Plaintext
Raw Normal View History

warning: struct is never used: `S`
--> $DIR/macro-span-replacement.rs:13:9
|
13 | $b $a;
| ^^^^^^
...
18 | m!(S struct);
| ------------- in this macro invocation
|
= note: #[warn(dead_code)] on by default