rust/tests/ui/std/issue-3563-3.stderr

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

14 lines
301 B
Plaintext
Raw Normal View History

2024-02-07 02:42:01 +00:00
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