We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b074f5e commit 8e499f9Copy full SHA for 8e499f9
tests/ui/feature-gates/feature-gate-link-arg-attribute.stderr
@@ -1,8 +1,8 @@
1
-error[E0658]: link-arg link kind is unstable
2
- --> $DIR/feature-gate-link-arg-attribute.rs:1:8
+error[E0658]: link kind `link-arg` is unstable
+ --> $DIR/feature-gate-link-arg-attribute.rs:1:15
3
|
4
LL | #[link(kind = "link-arg", name = "foo")]
5
- | ^^^^^^^^^^^^^^^^^
+ | ^^^^^^^^^^
6
7
= note: see issue #99427 <https://github.com/rust-lang/rust/issues/99427> for more information
8
= help: add `#![feature(link_arg_attribute)]` to the crate attributes to enable
0 commit comments