os-rust/tests/ui/traits/multidispatch-infer-convert-target.stderr

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

13 lines
305 B
Text
Raw Normal View History

2024-02-07 10:42:01 +08:00
warning: method `convert` is never used
--> $DIR/multidispatch-infer-convert-target.rs:8:8
|
LL | trait Convert<Target> {
| ------- method in this trait
LL | fn convert(&self) -> Target;
| ^^^^^^^
|
= note: `#[warn(dead_code)]` on by default
warning: 1 warning emitted