mirror of
https://github.com/rust-lang/rust.git
synced 2025-05-01 12:37:37 +00:00
6 lines
145 B
Rust
6 lines
145 B
Rust
//@ ignore-apple
|
|
//@ compile-flags:-l framework=foo
|
|
//@ error-pattern: library kind `framework` is only supported on Apple targets
|
|
|
|
fn main() {}
|