8 lines
209 B
Text
8 lines
209 B
Text
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
|
|
|