mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-22 23:04:33 +00:00
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
|
|
|