mirror of
https://github.com/rust-lang/rust.git
synced 2025-12-03 06:49:32 +00:00
11 lines
244 B
Plaintext
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
|
|
|