about summary refs log tree commit diff
path: root/compiler/rustc_codegen_llvm/src
diff options
context:
space:
mode:
authorWesley Wiser <wwiser@gmail.com>2022-10-12 22:52:31 -0400
committerWesley Wiser <wwiser@gmail.com>2022-10-13 07:35:36 -0400
commit097b6d3bafb1d61bfe8fd3f5e9d9acfd9ee2c702 (patch)
tree6513d8c3204973d3b7e122680e7f62ac0976ba8b /compiler/rustc_codegen_llvm/src
parent0938e1680daf66ca6aad428aedf9a920a0dab5ad (diff)
downloadrust-097b6d3bafb1d61bfe8fd3f5e9d9acfd9ee2c702.tar.gz
rust-097b6d3bafb1d61bfe8fd3f5e9d9acfd9ee2c702.zip
Add suggestion to the "missing native library" error
If we fail to locate a native library that we are linking with, it could
be the case the user entered a complete file name like `foo.lib` or
`libfoo.a` when we expect them to simply provide `foo`.

In this situation, we now detect that case and suggest the user only
provide the library name itself.
Diffstat (limited to 'compiler/rustc_codegen_llvm/src')
0 files changed, 0 insertions, 0 deletions