2024-02-06 20:42:01 -06:00
|
|
|
warning: method `t` is never used
|
2024-08-23 22:49:09 -05:00
|
|
|
--> $DIR/impl.rs:15:8
|
2024-02-06 20:42:01 -06:00
|
|
|
|
|
|
|
|
LL | trait T {
|
|
|
|
| - method in this trait
|
|
|
|
LL | fn t(&self) {}
|
|
|
|
| ^
|
|
|
|
|
|
|
|
|
= note: `#[warn(dead_code)]` on by default
|
|
|
|
|
|
|
|
warning: 1 warning emitted
|
|
|
|
|