Skip to content

Commit dbe0828

Browse files
committed
generalize error text to not focus on any particular release.
1 parent ff56e37 commit dbe0828

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/libsyntax/feature_gate.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -491,7 +491,7 @@ impl<'a, 'v> Visitor<'v> for PostExpansionVisitor<'a> {
491491
ast::PatBox(..) => {
492492
self.gate_feature("box_patterns",
493493
pattern.span,
494-
"box pattern syntax is experimental in alpha release");
494+
"box pattern syntax is experimental");
495495
}
496496
_ => {}
497497
}

0 commit comments

Comments
 (0)