2021-01-24 20:08:12 +01:00
|
|
|
error[E0308]: mismatched types
|
2024-09-10 15:21:57 +02:00
|
|
|
--> $DIR/unused-substs-3.rs:13:24
|
2021-01-24 20:08:12 +01:00
|
|
|
|
|
2024-09-10 15:21:57 +02:00
|
|
|
LL | let (mut t, foo) = bind();
|
|
|
|
| ^^^^^^ cyclic type of infinite size
|
2021-01-24 20:08:12 +01:00
|
|
|
|
2023-11-21 15:44:16 +00:00
|
|
|
error: aborting due to 1 previous error
|
2021-01-24 20:08:12 +01:00
|
|
|
|
|
|
|
For more information about this error, try `rustc --explain E0308`.
|