]> git.lizzy.rs Git - rust.git/blob - tests/ui/lint/cli-lint-override.forbid_warn.stderr
Auto merge of #106884 - clubby789:fieldless-enum-debug, r=michaelwoerister
[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