about summary refs log tree commit diff
path: root/tests/ui/overloaded/issue-14958.stderr
blob: d07dba78dc3bf7589ffe41cc4a5243d796754c64 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
warning: method `dummy` is never used
  --> $DIR/issue-14958.rs:5:16
   |
LL | trait Foo { fn dummy(&self) { }}
   |       ---      ^^^^^
   |       |
   |       method in this trait
   |
   = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default

warning: 1 warning emitted