blob: 37b7fce7462b3ed3dddd1eabca3f9abb844bf658 [file] [log] [blame] [edit]
warning: method `dummy` is never used
--> $DIR/issue-14589.rs:22:16
|
LL | trait Foo { fn dummy(&self) { }}
| --- ^^^^^
| |
| method in this trait
|
= note: `#[warn(dead_code)]` on by default
warning: 1 warning emitted