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.

11 lines
303 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() {}
2024-10-30 12:41:26 +00:00
| ^^^^^^ help: explicitly specify the C ABI: `extern "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