]> git.lizzy.rs Git - rust.git/blob - tests/ui/manual/manual-link-framework.rs
Rollup merge of #106244 - atouchet:readme3, r=workingjubilee
[rust.git] / tests / ui / manual / manual-link-framework.rs
1 // ignore-macos
2 // ignore-ios
3 // compile-flags:-l framework=foo
4 // error-pattern: library kind `framework` is only supported on Apple targets
5
6 fn main() {
7 }