]> git.lizzy.rs Git - rust.git/blob - src/test/ui/native-library-link-flags/empty-kind-2.rs
Merge commit '40b00f4200fbdeefd11815398cb46394b8cb0a5e' into sync_cg_clif-2021-12-30
[rust.git] / src / test / ui / native-library-link-flags / empty-kind-2.rs
1 // Unspecified kind should fail with an error
2
3 // compile-flags: -l :+bundle=mylib
4 // error-pattern: unknown library kind ``, expected one of dylib, framework, or static
5
6 fn main() {}