]> git.lizzy.rs Git - rust.git/blob - src/test/ui/manual/manual-link-framework.rs
Rollup merge of #57107 - mjbshaw:thread_local_test, r=nikomatsakis
[rust.git] / src / test / ui / manual / manual-link-framework.rs
1 // ignore-macos
2 // ignore-ios
3 // compile-flags:-l framework=foo
4 // error-pattern: native frameworks are only available on macOS targets
5
6 fn main() {
7 }