]> git.lizzy.rs Git - rust.git/blob - tests/ui/manual/manual-link-framework.rs
Auto merge of #101138 - Rejyr:diagnostic-migration-rustc-lint-pt2, r=davidtwco
[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 }