From 14753e3353f73d274ebf33f5c4d329df8b972423 Mon Sep 17 00:00:00 2001 From: rustbot Date: Sun, 1 May 2022 12:09:13 +0000 Subject: [PATCH] ices/83993.rs: fixed with errors === stdout === === stderr === warning: the feature `generic_const_exprs` is incomplete and may not be safe to use and/or cause compiler crashes --> /home/runner/work/glacier/glacier/ices/83993.rs:1:12 | 1 | #![feature(generic_const_exprs)] | ^^^^^^^^^^^^^^^^^^^ | = note: `#[warn(incomplete_features)]` on by default = note: see issue #76560 for more information error[E0601]: `main` function not found in crate `83993` --> /home/runner/work/glacier/glacier/ices/83993.rs:8:3 | 8 | {} | ^ consider adding a `main` function to `/home/runner/work/glacier/glacier/ices/83993.rs` error: aborting due to previous error; 1 warning emitted For more information about this error, try `rustc --explain E0601`. ============== --- {ices => fixed}/83993.rs | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename {ices => fixed}/83993.rs (100%) diff --git a/ices/83993.rs b/fixed/83993.rs similarity index 100% rename from ices/83993.rs rename to fixed/83993.rs