rust/tests/ui/implied-bounds/overflow.stderr

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

9 lines
209 B
Plaintext
Raw Permalink Normal View History

error: overflow computing implied lifetime bounds for `List`
--> $DIR/overflow.rs:5:1
|
LL | struct List<'a, T: Tailed<'a>> {
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
error: aborting due to 1 previous error