rust/tests/ui/lint/cli-lint-override.forbid_warn.stderr

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

12 lines
324 B
Plaintext
Raw Normal View History

error: extern declarations without an explicit ABI are deprecated
--> $DIR/cli-lint-override.rs:12:1
|
LL | extern fn foo() {}
| ^^^^^^^^^^^^^^^ ABI should be specified here
|
= help: the default ABI is C
2022-09-18 15:55:36 +00:00
= note: requested on the command line with `-F missing-abi`
error: aborting due to 1 previous error