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