mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-23 23:34:48 +00:00
13 lines
305 B
Plaintext
13 lines
305 B
Plaintext
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
|
|
|