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

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

7 lines
138 B
Rust
Raw Permalink Normal View History

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