Skip to content

Commit 0b3d8de

Browse files
committed
Consistent attribute argument suggestion
1 parent 87d5383 commit 0b3d8de

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
@@ -1091,7 +1091,7 @@ pub const BUILTIN_ATTRIBUTES: &[(&str, AttributeType, AttributeTemplate, Attribu
10911091
stable",
10921092
cfg_fn!(profiler_runtime))),
10931093

1094-
("allow_internal_unstable", Normal, template!(Word, List: "feat1, feat2"),
1094+
("allow_internal_unstable", Normal, template!(Word, List: "feat1, feat2, ..."),
10951095
Gated(Stability::Unstable,
10961096
"allow_internal_unstable",
10971097
EXPLAIN_ALLOW_INTERNAL_UNSTABLE,

0 commit comments

Comments
 (0)