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