From 412301659d111bbcfa742a2f8804905fe750de99 Mon Sep 17 00:00:00 2001 From: rustbot Date: Sat, 5 Aug 2023 03:07:59 +0000 Subject: [PATCH] ices/98010.rs: fixed with errors === stdout === === stderr === error: the feature `lang_items` is internal to the compiler or standard library --> /home/runner/work/glacier/glacier/ices/98010.rs:4:21 | 4 | #![feature(no_core, lang_items)] | ^^^^^^^^^^ | = note: using it is strongly discouraged = note: `#[deny(internal_features)]` on by default warning: function `main` is never used --> /home/runner/work/glacier/glacier/ices/98010.rs:46:4 | 46 | fn main() {} | ^^^^ | = note: `#[warn(dead_code)]` on by default error: aborting due to previous error; 1 warning emitted ============== --- {ices => fixed}/98010.rs | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename {ices => fixed}/98010.rs (100%) diff --git a/ices/98010.rs b/fixed/98010.rs similarity index 100% rename from ices/98010.rs rename to fixed/98010.rs