We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 52caff1 commit 6054c64Copy full SHA for 6054c64
tests/ui/feature-gates/feature-gate-link-arg-attribute.rs
@@ -1,5 +1,5 @@
1
#[link(kind = "link-arg", name = "foo")]
2
-//~^ ERROR: is unstable
+//~^ ERROR link kind `link-arg` is unstable
3
extern "C" {}
4
5
fn main() {}
0 commit comments