rust/tests/ui/link-native-libs/manual-link-framework.rs

7 lines
138 B
Rust

//@ ignore-apple
//@ compile-flags:-l framework=foo
fn main() {}
//~? ERROR library kind `framework` is only supported on Apple targets