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