2020-12-28 01:40:58 -06:00
|
|
|
error[E0275]: overflow evaluating the requirement `Option<_>: Sized`
|
|
|
|
--> $DIR/mutual-recursion-issue-75860.rs:11:5
|
|
|
|
|
|
|
|
|
LL | iso(left, right)
|
|
|
|
| ^^^
|
2021-06-10 06:52:00 -05:00
|
|
|
|
|
2021-09-28 15:16:42 -05:00
|
|
|
= help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`mutual_recursion_issue_75860`)
|
2021-07-31 11:26:55 -05:00
|
|
|
note: required by a bound in `Option`
|
|
|
|
--> $SRC_DIR/core/src/option.rs:LL:COL
|
2020-12-28 01:40:58 -06:00
|
|
|
|
|
|
|
error: aborting due to previous error
|
|
|
|
|
|
|
|
For more information about this error, try `rustc --explain E0275`.
|