]> git.lizzy.rs Git - rust.git/blob - tests/ui/lint/cli-lint-override.forbid_warn.stderr
Rollup merge of #106661 - mjguzik:linux_statx, r=Mark-Simulacrum
[rust.git] / tests / ui / lint / cli-lint-override.forbid_warn.stderr
1 error: extern declarations without an explicit ABI are deprecated
2   --> $DIR/cli-lint-override.rs:12:1
3    |
4 LL | extern fn foo() {}
5    | ^^^^^^^^^^^^^^^ ABI should be specified here
6    |
7    = help: the default ABI is C
8    = note: requested on the command line with `-F missing-abi`
9
10 error: aborting due to previous error
11