From 049b08d29d9070f3998f0f6ed8d128ece71dc4c8 Mon Sep 17 00:00:00 2001 From: rustbot Date: Sat, 2 Oct 2021 12:06:00 +0000 Subject: [PATCH] ices/83117.sh: fixed with errors === stdout === === stderr === error[E0718]: `start` language item must be applied to a function with 1 generic argument --> :4:1 | 4 | #[lang = "start"] fn start(_: *const u8, _: isize, _: *const *const u8) -> isize { | ^^^^^^^^^^^^^^^^^ - this function has 0 generic arguments error: aborting due to previous error For more information about this error, try `rustc --explain E0718`. error[E0463]: can't find crate for `ice_test_lib` --> :4:1 | 4 | extern crate ice_test_lib; | ^^^^^^^^^^^^^^^^^^^^^^^^^^ can't find crate error: aborting due to previous error For more information about this error, try `rustc --explain E0463`. ============== --- {ices => fixed}/83117.sh | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename {ices => fixed}/83117.sh (100%) diff --git a/ices/83117.sh b/fixed/83117.sh similarity index 100% rename from ices/83117.sh rename to fixed/83117.sh