rust/tests/ui/methods/trait-method-resolution-7575.stderr
2025-08-27 15:06:05 -04:00

11 lines
227 B
Plaintext

warning: trait `Foo` is never used
--> $DIR/trait-method-resolution-7575.rs:4:7
|
LL | trait Foo {
| ^^^
|
= note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
warning: 1 warning emitted