mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-22 23:04:33 +00:00
9 lines
327 B
Plaintext
9 lines
327 B
Plaintext
error: parameter 2 of the `start` lang item is incorrect
|
|
--> $DIR/start_lang_item_args.rs:75:38
|
|
|
|
|
LL | fn start<T>(_main: fn() -> T, _argc: i8, _argv: *const *const u8, _sigpipe: u8) -> isize {
|
|
| ^^ help: change the type from `i8` to `isize`
|
|
|
|
error: aborting due to previous error
|
|
|