13 lines
289 B
Plaintext
13 lines
289 B
Plaintext
|
warning: method `foo` is never used
|
||
|
--> $DIR/method-two-trait-defer-resolution-2.rs:17:19
|
||
|
|
|
||
|
LL | trait MyCopy { fn foo(&self) { } }
|
||
|
| ------ ^^^
|
||
|
| |
|
||
|
| method in this trait
|
||
|
|
|
||
|
= note: `#[warn(dead_code)]` on by default
|
||
|
|
||
|
warning: 1 warning emitted
|
||
|
|