From fc0d4d39bcd26758afb147d22a76546e61367a46 Mon Sep 17 00:00:00 2001 From: rustbot Date: Mon, 6 Dec 2021 12:07:57 +0000 Subject: [PATCH] ices/86850.rs: fixed with errors === stdout === === stderr === error[E0601]: `main` function not found in crate `86850` --> /home/runner/work/glacier/glacier/ices/86850.rs:1:1 | 1 | / #![feature(generic_const_exprs)] 2 | | #![allow(incomplete_features)] 3 | | use core::marker::PhantomData; 4 | | ... | 19 | | } 20 | | } | |_^ consider adding a `main` function to `/home/runner/work/glacier/glacier/ices/86850.rs` error: aborting due to previous error For more information about this error, try `rustc --explain E0601`. ============== --- {ices => fixed}/86850.rs | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename {ices => fixed}/86850.rs (100%) diff --git a/ices/86850.rs b/fixed/86850.rs similarity index 100% rename from ices/86850.rs rename to fixed/86850.rs