rust/tests/ui/sized/coinductive-2.stderr

11 lines
216 B
Plaintext

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