2021-07-08 21:35:26 -07:00
|
|
|
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"`
|
2021-07-08 21:35:26 -07:00
|
|
|
|
|
2022-09-18 19:55:36 +04:00
|
|
|
= note: requested on the command line with `--force-warn missing-abi`
|
2021-07-08 21:35:26 -07:00
|
|
|
|
|
|
|
|
warning: 1 warning emitted
|
|
|
|
|
|