about summary refs log tree commit diff
path: root/tests/ui/std/issue-3563-3.stderr
blob: 5885bafeb99f8dd4e442497d18353ccdfb62fdf4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
warning: method `add_points` is never used
  --> $DIR/issue-3563-3.rs:115:8
   |
LL | trait Canvas {
   |       ------ method in this trait
...
LL |     fn add_points(&mut self, shapes: &[Point]) {
   |        ^^^^^^^^^^
   |
   = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default

warning: 1 warning emitted