blob: 65c99a93c75112a5fb9a9caeabc09720dc8c4d25 (
plain)
1
2
3
4
5
6
7
8
|
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
|