about summary refs log tree commit diff
path: root/tests/ui/overloaded/issue-14958.stderr
blob: e4f527319e7af85d0030266779a0eb4e86201b1a (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)]` on by default

warning: 1 warning emitted