Files
rust/tests/ui/methods/trait-method-resolution-7575.stderr

11 lines
227 B
Plaintext
Raw Normal View History

2024-02-07 10:42:01 +08:00
warning: trait `Foo` is never used
2025-08-20 14:02:44 -04:00
--> $DIR/trait-method-resolution-7575.rs:4:7
2024-02-07 10:42:01 +08:00
|
LL | trait Foo {
| ^^^
|
2025-04-28 13:47:25 +02:00
= note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
2024-02-07 10:42:01 +08:00
warning: 1 warning emitted