mirror of
https://github.com/rust-lang/rust.git
synced 2025-09-30 00:03:49 +00:00
13 lines
322 B
Plaintext
13 lines
322 B
Plaintext
warning: method `do_something` is never used
|
|
--> $DIR/generic-drop-trait-bound-15858.rs:9:8
|
|
|
|
|
LL | trait Bar {
|
|
| --- method in this trait
|
|
LL | fn do_something(&mut self);
|
|
| ^^^^^^^^^^^^
|
|
|
|
|
= note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
|
|
|
|
warning: 1 warning emitted
|
|
|