]> git.lizzy.rs Git - rust.git/blob - tests/ui/osx-frameworks.stderr
Rollup merge of #96763 - Abdur-rahmaanJ:patch-1, r=Mark-Simulacrum
[rust.git] / tests / ui / osx-frameworks.stderr
1 error[E0455]: link kind `framework` is only supported on Apple targets
2   --> $DIR/osx-frameworks.rs:3:29
3    |
4 LL | #[link(name = "foo", kind = "framework")]
5    |                             ^^^^^^^^^^^
6
7 error: aborting due to previous error
8
9 For more information about this error, try `rustc --explain E0455`.