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

warning: 1 warning emitted