From 31a04b686de1c78feead284df7e8f2835070f9cc Mon Sep 17 00:00:00 2001 From: rustbot Date: Thu, 4 Apr 2024 03:07:33 +0000 Subject: [PATCH] ices/105488.rs: fixed with errors === stdout === === stderr === error[E0275]: overflow evaluating the requirement `fn() -> impl MyFnOnce {my_fn_2}: MyFnOnce` | = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`105488`) note: required for `WrapFnOnce impl MyFnOnce {my_fn_1}>` to implement `MyFnOnce` --> /home/runner/work/glacier/glacier/ices/105488.rs:9:37 | 9 | impl D, D: MyFnOnce> MyFnOnce for WrapFnOnce { | -------- ^^^^^^^^ ^^^^^^^^^^^^^ | | | unsatisfied trait bound introduced here = note: 126 redundant requirements hidden = note: required for `WrapFnOnce impl MyFnOnce {my_fn_1}>` to implement `MyFnOnce` error: aborting due to 1 previous error For more information about this error, try `rustc --explain E0275`. ============== --- {ices => fixed}/105488.rs | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename {ices => fixed}/105488.rs (100%) diff --git a/ices/105488.rs b/fixed/105488.rs similarity index 100% rename from ices/105488.rs rename to fixed/105488.rs