blob: 1390b1f8d7bf122c1f219e44b63238532eafdb9c (
plain)
1
2
3
4
5
6
7
8
9
10
|
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
|