]> git.lizzy.rs Git - rust.git/blob - src/test/ui/lint/cli-lint-override.force_warn_deny.stderr
Handle `#[expect(unfulfilled_lint_expectations)]` with a lint message
[rust.git] / src / test / 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    = note: requested on the command line with `--force-warn missing-abi`
8    = help: the default ABI is C
9
10 warning: 1 warning emitted
11