From c54e07cc871cdeadbd928e46c9a69039153b8aeb Mon Sep 17 00:00:00 2001 From: rustbot Date: Tue, 23 Aug 2022 03:53:09 +0000 Subject: [PATCH] ices/95134.sh: fixed with errors === stdout === error[E0275]: overflow evaluating the requirement `::Error` | = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`rust_out`) error: aborting due to previous error For more information about this error, try `rustc --explain E0275`. === stderr === ============== --- {ices => fixed}/95134.sh | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename {ices => fixed}/95134.sh (100%) diff --git a/ices/95134.sh b/fixed/95134.sh similarity index 100% rename from ices/95134.sh rename to fixed/95134.sh