mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-17 05:06:09 +00:00
13 lines
302 B
Plaintext
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
|
|
|