2024-10-31 11:39:45 +01:00
|
|
|
warning: extern declarations without an explicit ABI are deprecated
|
2025-04-12 22:40:34 +03:00
|
|
|
--> $DIR/suggest-libname-only-1.rs:5:1
|
2024-10-31 11:39:45 +01:00
|
|
|
|
|
|
|
|
LL | extern { }
|
2025-02-11 19:40:29 -08:00
|
|
|
| ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
|
2024-10-31 11:39:45 +01:00
|
|
|
|
|
|
|
|
= note: `#[warn(missing_abi)]` on by default
|
|
|
|
|
2022-10-12 22:52:31 -04:00
|
|
|
error: could not find native static library `libfoo.a`, perhaps an -L flag is missing?
|
|
|
|
|
|
|
|
|
= help: only provide the library name `foo`, not the full filename
|
|
|
|
|
2024-10-31 11:39:45 +01:00
|
|
|
error: aborting due to 1 previous error; 1 warning emitted
|
2022-10-12 22:52:31 -04:00
|
|
|
|