2024-04-05 22:52:22 -04:00
|
|
|
error[E0275]: overflow assigning `_` to `Option<_>`
|
|
|
|
--> $DIR/mutual-recursion-issue-75860.rs:9:33
|
2020-12-28 07:40:58 +00:00
|
|
|
|
|
2024-04-05 22:52:22 -04:00
|
|
|
LL | let left = |o_a: Option<_>| o_a.unwrap();
|
|
|
|
| ^^^
|
2020-12-28 07:40:58 +00:00
|
|
|
|
2023-11-21 15:44:16 +00:00
|
|
|
error: aborting due to 1 previous error
|
2020-12-28 07:40:58 +00:00
|
|
|
|
|
|
|
For more information about this error, try `rustc --explain E0275`.
|