]> git.lizzy.rs Git - rust.git/blob - tests/ui/lang-items/start_lang_item_args.argv.stderr
Rollup merge of #106783 - WaffleLapkin:break-my-ident, r=wesleywiser
[rust.git] / tests / ui / lang-items / start_lang_item_args.argv.stderr
1 error: parameter 3 of the `start` lang item is incorrect
2   --> $DIR/start_lang_item_args.rs:89:52
3    |
4 LL | fn start<T>(_main: fn() -> T, _argc: isize, _argv: u8, _sigpipe: u8) -> isize {
5    |                                                    ^^ help: change the type from `u8` to `*const *const u8`
6
7 error: aborting due to previous error
8