about summary refs log tree commit diff
path: root/tests/ui/sized/coinductive-2.stderr
blob: 5faec7397e295d3018e54a45e340bb6bfda10043 (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)]` (part of `#[warn(unused)]`) on by default

warning: 1 warning emitted