mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-24 07:44:10 +00:00
9 lines
380 B
Plaintext
9 lines
380 B
Plaintext
|
error: the return type of the `start` lang item is incorrect
|
||
|
--> $DIR/start_lang_item_args.rs:34:87
|
||
|
|
|
||
|
LL | fn start<T>(_main: fn() -> T, _argc: isize, _argv: *const *const u8, _sigpipe: u8) -> u8 {
|
||
|
| ^^ help: change the type from `u8` to `isize`
|
||
|
|
||
|
error: aborting due to previous error
|
||
|
|