about summary refs log tree commit diff
path: root/src/test/ui/manual/manual-link-framework.rs
diff options
context:
space:
mode:
authorVadim Petrochenkov <vadim.petrochenkov@gmail.com>2022-03-14 13:28:34 +0300
committerVadim Petrochenkov <vadim.petrochenkov@gmail.com>2022-05-15 02:45:47 +0300
commit4fa24bcb54cd11ec9c5e95d6d0ef366e512d27d6 (patch)
treeb4cdd23b4393d38383b89a25650f34dabf1ec378 /src/test/ui/manual/manual-link-framework.rs
parent70b3681bf621bc0de91ffab711b2350068b4c466 (diff)
downloadrust-4fa24bcb54cd11ec9c5e95d6d0ef366e512d27d6.tar.gz
rust-4fa24bcb54cd11ec9c5e95d6d0ef366e512d27d6.zip
rustc: Stricter checking for #[link] attributes
Diffstat (limited to 'src/test/ui/manual/manual-link-framework.rs')
-rw-r--r--src/test/ui/manual/manual-link-framework.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/ui/manual/manual-link-framework.rs b/src/test/ui/manual/manual-link-framework.rs
index 0474526fcc1..57c5966e960 100644
--- a/src/test/ui/manual/manual-link-framework.rs
+++ b/src/test/ui/manual/manual-link-framework.rs
@@ -1,7 +1,7 @@
 // ignore-macos
 // ignore-ios
 // compile-flags:-l framework=foo
-// error-pattern: native frameworks are only available on macOS targets
+// error-pattern: library kind `framework` is only supported on Apple targets
 
 fn main() {
 }