about summary refs log tree commit diff
path: root/tests/ui/link-native-libs/suggest-libname-only-2.stderr
blob: 298a9ced17076ff89c2fb1ce0e5881bc2011f879 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
warning: `extern` declarations without an explicit ABI are deprecated
  --> $DIR/suggest-libname-only-2.rs:5:1
   |
LL | extern { }
   | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
   |
   = note: `#[warn(missing_abi)]` on by default

error: could not find native static library `bar.lib`, perhaps an -L flag is missing?
   |
   = help: only provide the library name `bar`, not the full filename

error: aborting due to 1 previous error; 1 warning emitted