2020-12-28 07:40:58 +00:00
|
|
|
error[E0275]: overflow evaluating the requirement `Option<_>: Sized`
|
|
|
|
--> $DIR/mutual-recursion-issue-75860.rs:11:5
|
|
|
|
|
|
|
|
|
LL | iso(left, right)
|
|
|
|
| ^^^
|
2021-06-10 11:52:00 +00:00
|
|
|
|
|
2021-09-28 20:16:42 +00:00
|
|
|
= help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`mutual_recursion_issue_75860`)
|
2024-01-24 21:29:15 +00:00
|
|
|
note: required by an implicit `Sized` bound in `Option`
|
2021-07-31 16:26:55 +00:00
|
|
|
--> $SRC_DIR/core/src/option.rs:LL:COL
|
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`.
|