2021-07-08 21:35:26 -07: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 19:55:36 +04:00
|
|
|
= note: requested on the command line with `-D missing-abi`
|
2021-07-08 21:35:26 -07:00
|
|
|
|
|
|
|
error: aborting due to previous error
|
|
|
|
|