Skip to content

Commit 50a0532

Browse files
committed
Consistent attribute argument suggestion
1 parent f8094a1 commit 50a0532

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libsyntax/feature_gate.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1083,7 +1083,7 @@ pub const BUILTIN_ATTRIBUTES: &[(&str, AttributeType, AttributeTemplate, Attribu
10831083
stable",
10841084
cfg_fn!(profiler_runtime))),
10851085

1086-
("allow_internal_unstable", Normal, template!(Word, List: "feat1, feat2"),
1086+
("allow_internal_unstable", Normal, template!(Word, List: "feat1, feat2, ..."),
10871087
Gated(Stability::Unstable,
10881088
"allow_internal_unstable",
10891089
EXPLAIN_ALLOW_INTERNAL_UNSTABLE,

0 commit comments

Comments
 (0)