]> git.lizzy.rs Git - rust.git/blob - src/test/ui/manual/manual-link-framework.rs
Rollup merge of #86783 - mark-i-m:mutex-drop-unsized, r=Xanewok
[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 }