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

warning: 1 warning emitted