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

warning: 1 warning emitted