2024-01-15 11:44:56 +01:00
|
|
|
error[E0308]: mismatched types
|
|
|
|
|
--> $DIR/issue-59494.rs:20:40
|
2020-10-23 18:41:07 +01:00
|
|
|
|
|
2024-01-15 11:44:56 +01:00
|
|
|
LL | let t7 = |env| |a| |b| t7p(f, g)(((env, a), b));
|
|
|
|
|
| ^^^ cyclic type of infinite size
|
2020-10-23 18:41:07 +01:00
|
|
|
|
2023-11-21 15:44:16 +00:00
|
|
|
error: aborting due to 1 previous error
|
2020-10-23 18:41:07 +01:00
|
|
|
|
2024-01-15 11:44:56 +01:00
|
|
|
For more information about this error, try `rustc --explain E0308`.
|