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