rust/tests/ui/sized/coinductive-2.stderr
2025-08-19 21:27:10 +02:00

11 lines
244 B
Plaintext

warning: trait `Collection` is never used
--> $DIR/coinductive-2.rs:14:7
|
LL | trait Collection<T>: Sized {
| ^^^^^^^^^^
|
= note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
warning: 1 warning emitted