From 7d80fcd443022aa91c58ed13f8663e13272c5abf Mon Sep 17 00:00:00 2001 From: rustbot Date: Sat, 5 Aug 2023 03:07:50 +0000 Subject: [PATCH] ices/92495.sh: fixed with errors === stdout === === stderr === error: the feature `lang_items` is internal to the compiler or standard library --> :1:12 | 1 | #![feature(lang_items, no_core, start)] | ^^^^^^^^^^ | = note: using it is strongly discouraged = note: `#[deny(internal_features)]` on by default warning: function `main` is never used --> :12:4 | 12 | fn main(argc: isize, _argv: *const *const u8) -> isize { | ^^^^ | = note: `#[warn(dead_code)]` on by default error: aborting due to previous error; 1 warning emitted ============== --- {ices => fixed}/92495.sh | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename {ices => fixed}/92495.sh (100%) diff --git a/ices/92495.sh b/fixed/92495.sh similarity index 100% rename from ices/92495.sh rename to fixed/92495.sh