From 86e4ef1969ed4526d5f461cbb0676e7268ee2202 Mon Sep 17 00:00:00 2001 From: rustbot Date: Wed, 9 Aug 2023 03:07:41 +0000 Subject: [PATCH] ices/112623.rs: fixed with errors === stdout === === stderr === error[E0601]: `main` function not found in crate `112623` --> /home/runner/work/glacier/glacier/ices/112623.rs:22:2 | 22 | } | ^ consider adding a `main` function to `/home/runner/work/glacier/glacier/ices/112623.rs` error[E0015]: cannot call non-const fn `>::call_once` in constants --> /home/runner/work/glacier/glacier/ices/112623.rs:20:27 | 20 | enum Bug { | ^^^^^^^^^^^^^ | = note: calls in constants are limited to constant functions, tuple structs and tuple variants error: aborting due to 2 previous errors Some errors have detailed explanations: E0015, E0601. For more information about an error, try `rustc --explain E0015`. ============== --- {ices => fixed}/112623.rs | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename {ices => fixed}/112623.rs (100%) diff --git a/ices/112623.rs b/fixed/112623.rs similarity index 100% rename from ices/112623.rs rename to fixed/112623.rs