blob: 475f2817914d3aa3999b848617235c84d5a89289 [file] [log] [blame] [edit]
warning: method `noop` is never used
--> $DIR/issue-9951.rs:7:6
|
LL | trait Bar {
| --- method in this trait
LL | fn noop(&self);
| ^^^^
|
= note: `#[warn(dead_code)]` on by default
warning: 1 warning emitted