Skip to content

Commit 8e499f9

Browse files
committed
Bless feature gate test again
1 parent b074f5e commit 8e499f9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tests/ui/feature-gates/feature-gate-link-arg-attribute.stderr

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
error[E0658]: link-arg link kind is unstable
2-
--> $DIR/feature-gate-link-arg-attribute.rs:1:8
1+
error[E0658]: link kind `link-arg` is unstable
2+
--> $DIR/feature-gate-link-arg-attribute.rs:1:15
33
|
44
LL | #[link(kind = "link-arg", name = "foo")]
5-
| ^^^^^^^^^^^^^^^^^
5+
| ^^^^^^^^^^
66
|
77
= note: see issue #99427 <https://github.com/rust-lang/rust/issues/99427> for more information
88
= help: add `#![feature(link_arg_attribute)]` to the crate attributes to enable

0 commit comments

Comments
 (0)