From 2ab859e2040b323f2bdbc8c16e1d7a72e8340615 Mon Sep 17 00:00:00 2001 From: rustbot Date: Fri, 23 Feb 2024 03:05:55 +0000 Subject: [PATCH] ices/84727.rs: fixed with errors === stdout === === stderr === error[E0601]: `main` function not found in crate `84727` --> /home/runner/work/glacier/glacier/ices/84727.rs:55:2 | 55 | } | ^ consider adding a `main` function to `/home/runner/work/glacier/glacier/ices/84727.rs` error: aborting due to 1 previous error For more information about this error, try `rustc --explain E0601`. ============== --- {ices => fixed}/84727.rs | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename {ices => fixed}/84727.rs (100%) diff --git a/ices/84727.rs b/fixed/84727.rs similarity index 100% rename from ices/84727.rs rename to fixed/84727.rs