You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 23, 2024. It is now read-only.
=== stdout ===
=== stderr ===
error[E0718]: `start` language item must be applied to a function with 1 generic argument
--> <anon>: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`
--> <anon>: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`.
==============
0 commit comments