mirror of
https://github.com/rust-lang/rust.git
synced 2025-04-28 11:07:42 +00:00
9 lines
209 B
Plaintext
9 lines
209 B
Plaintext
![]() |
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
|
||
|
|