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

warning: 1 warning emitted