rust/tests/ui/issues/issue-8248.stderr

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

13 lines
248 B
Plaintext
Raw Normal View History

2024-02-07 02:42:01 +00:00
warning: method `dummy` is never used
--> $DIR/issue-8248.rs:5:8
|
LL | trait A {
| - method in this trait
LL | fn dummy(&self) { }
| ^^^^^
|
= note: `#[warn(dead_code)]` on by default
warning: 1 warning emitted