mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-30 06:43:20 +03: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
|
|
|