Files
rust/tests/ui/lint/cli-lint-override.force_warn_deny.stderr

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

11 lines
302 B
Plaintext
Raw Normal View History

warning: extern declarations without an explicit ABI are deprecated
--> $DIR/cli-lint-override.rs:12:1
|
LL | extern fn foo() {}
2024-10-30 13:41:26 +01:00
| ^^^^^^ help: explicitly specify the C ABI: `extern "C"`
|
2022-09-18 19:55:36 +04:00
= note: requested on the command line with `--force-warn missing-abi`
warning: 1 warning emitted