about summary refs log tree commit diff
path: root/tests/ui/issues/issue-9951.stderr
blob: 62ed9f3e0cc07ea92bebe98ca064a6b9c7a5c648 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
warning: method `noop` is never used
  --> $DIR/issue-9951.rs:6:6
   |
LL | trait Bar {
   |       --- method in this trait
LL |   fn noop(&self);
   |      ^^^^
   |
   = note: `#[warn(dead_code)]` on by default

warning: 1 warning emitted