rust/tests/ui/associated-types/associated-types-projection-from-known-type-in-impl.stderr

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

14 lines
295 B
Plaintext
Raw Normal View History

2024-02-07 02:42:01 +00:00
warning: method `dummy` is never used
--> $DIR/associated-types-projection-from-known-type-in-impl.rs:9:8
|
LL | trait Int
| --- method in this trait
...
LL | fn dummy(&self) { }
| ^^^^^
|
= note: `#[warn(dead_code)]` on by default
warning: 1 warning emitted