rust/tests/ui/sized/coinductive-2.stderr

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

11 lines
216 B
Plaintext
Raw Normal View History

2024-02-07 02:42:01 +00:00
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