rust/src/test/ui/native-library-link-flags
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
..
empty-kind-1.rs Lib kind -l link-arg: 2022-07-26 13:55:27 +03:00
empty-kind-1.stderr Lib kind -l link-arg: 2022-07-26 13:55:27 +03:00
empty-kind-2.rs Lib kind -l link-arg: 2022-07-26 13:55:27 +03:00
empty-kind-2.stderr Lib kind -l link-arg: 2022-07-26 13:55:27 +03:00
link-arg-error.rs Lib kind -l link-arg: 2022-07-26 13:55:27 +03:00
link-arg-error.stderr Lib kind -l link-arg: 2022-07-26 13:55:27 +03:00
link-arg-from-rs.rs Lib kind -l link-arg: 2022-07-26 13:55:27 +03:00
link-arg-from-rs.stderr Lib kind -l link-arg: 2022-07-26 13:55:27 +03:00
mix-bundle-and-whole-archive-link-attr.rs Stabilize the bundle native library modifier 2022-06-09 23:12:58 +04:00
mix-bundle-and-whole-archive-link-attr.stderr
mix-bundle-and-whole-archive.rs
mix-bundle-and-whole-archive.stderr
modifiers-override-2.rs Stabilize native library modifier syntax and the whole-archive modifier specifically 2022-03-30 23:53:21 +03:00
modifiers-override-2.stderr rustc: Stricter checking for #[link] attributes 2022-05-15 02:45:47 +03:00
modifiers-override-3.rs rustc: Fix ICE in native library error reporting 2022-05-23 20:56:38 +03:00
modifiers-override-3.stderr rustc: Fix ICE in native library error reporting 2022-05-23 20:56:38 +03:00
modifiers-override.rs Stabilize the bundle native library modifier 2022-06-09 23:12:58 +04:00
modifiers-override.stderr Stabilize the bundle native library modifier 2022-06-09 23:12:58 +04:00
suggest-libname-only-1.rs Add suggestion to the "missing native library" error 2022-10-13 07:35:36 -04:00
suggest-libname-only-1.stderr Add suggestion to the "missing native library" error 2022-10-13 07:35:36 -04:00
suggest-libname-only-2.rs Add suggestion to the "missing native library" error 2022-10-13 07:35:36 -04:00
suggest-libname-only-2.stderr Add suggestion to the "missing native library" error 2022-10-13 07:35:36 -04:00