rust/tests/ui/macros/macro-self-mutability-7911.stderr
2025-08-19 21:27:10 +02:00

13 lines
302 B
Plaintext

warning: method `dummy` is never used
--> $DIR/macro-self-mutability-7911.rs:8:8
|
LL | trait FooBar {
| ------ method in this trait
LL | fn dummy(&self) { }
| ^^^^^
|
= note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
warning: 1 warning emitted