rustc/tests/ui/sized/coinductive-2.stderr
2024-06-21 09:39:33 +02:00

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