X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=src%2Ftest%2Fui%2Fosx-frameworks.stderr;h=e4a5c98dc5cd512b8488ea65416c6dbf757666ab;hb=9a677674b3364cab71fd49793aa5cc90b9dc5322;hp=f3532913423356ded2f97c430ae44ac5486d8f67;hpb=d3eb49baa9bf836997dccaf3c9aae41dd0a55e8e;p=rust.git diff --git a/src/test/ui/osx-frameworks.stderr b/src/test/ui/osx-frameworks.stderr index f3532913423..e4a5c98dc5c 100644 --- a/src/test/ui/osx-frameworks.stderr +++ b/src/test/ui/osx-frameworks.stderr @@ -1,8 +1,8 @@ -error[E0455]: native frameworks are only available on macOS targets - --> $DIR/osx-frameworks.rs:3:1 +error[E0455]: link kind `framework` is only supported on Apple targets + --> $DIR/osx-frameworks.rs:3:29 | LL | #[link(name = "foo", kind = "framework")] - | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + | ^^^^^^^^^^^ error: aborting due to previous error