]> git.lizzy.rs Git - rust.git/blob - src/test/ui/osx-frameworks.stderr
Sync portable-simd to rust-lang/portable-simd@72df4c45056a8bc0d1b3f06fdc828722177f0763
[rust.git] / src / test / ui / osx-frameworks.stderr
1 error[E0455]: native frameworks are only available on macOS targets
2   --> $DIR/osx-frameworks.rs:3:1
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`.