]> git.lizzy.rs Git - rust.git/blob - tests/ui/lang-items/start_lang_item_args.sigpipe.stderr
Rollup merge of #106046 - uweigand:s390x-test-bigendian-mir, r=Mark-Simulacrum
[rust.git] / tests / ui / lang-items / start_lang_item_args.sigpipe.stderr
1 error: parameter 4 of the `start` lang item is incorrect
2   --> $DIR/start_lang_item_args.rs:96:80
3    |
4 LL | fn start<T>(_main: fn() -> T, _argc: isize, _argv: *const *const u8, _sigpipe: i64) -> isize {
5    |                                                                                ^^^ help: change the type from `i64` to `u8`
6
7 error: aborting due to previous error
8