rust/tests/ui/coercion/trait-object-coercion-distribution-9951.stderr
2025-08-19 21:27:10 +02:00

13 lines
299 B
Plaintext

warning: method `noop` is never used
--> $DIR/trait-object-coercion-distribution-9951.rs:7:6
|
LL | trait Bar {
| --- method in this trait
LL | fn noop(&self);
| ^^^^
|
= note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
warning: 1 warning emitted