]> git.lizzy.rs Git - rust.git/blob - tests/ui/lint/cli-lint-override.force_warn_deny.stderr
Rollup merge of #106935 - TaKO8Ki:fix-104440, r=cjgillot
[rust.git] / tests / ui / lint / cli-lint-override.force_warn_deny.stderr
1 warning: 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 `--force-warn missing-abi`
9
10 warning: 1 warning emitted
11