summary refs log tree commit diff
path: root/src/test/ui/native-library-link-flags/empty-kind-2.rs
blob: c0c355770574e9086742169fd5f98c8b4cef7718 (plain)
1
2
3
4
5
6
// Unspecified kind should fail with an error

// compile-flags: -l :+bundle=mylib
// error-pattern: unknown library kind ``, expected one of dylib, framework, or static

fn main() {}