mirror of
https://github.com/rust-lang/rust.git
synced 2025-10-03 10:47:16 +00:00
7 lines
138 B
Rust
7 lines
138 B
Rust
//@ ignore-apple
|
|
//@ compile-flags:-l framework=foo
|
|
|
|
fn main() {}
|
|
|
|
//~? ERROR library kind `framework` is only supported on Apple targets
|