rust/compiler/rustc_metadata
Wesley Wiser 097b6d3baf 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.
2022-10-13 07:35:36 -04:00
..
src Add suggestion to the "missing native library" error 2022-10-13 07:35:36 -04:00
Cargo.toml Remove from compiler/ crates 2022-09-29 16:49:04 +09:00