2021-07-08 23:35:26 -05:00
|
|
|
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 10:55:36 -05:00
|
|
|
= note: requested on the command line with `-D missing-abi`
|
2021-07-08 23:35:26 -05:00
|
|
|
|
2023-11-21 09:44:16 -06:00
|
|
|
error: aborting due to 1 previous error
|
2021-07-08 23:35:26 -05:00
|
|
|
|