generalize error text to not focus on any particular release.

This commit is contained in:
Felix S. Klock II 2015-02-11 12:01:57 +01:00
parent ff56e376f9
commit dbe0828699
1 changed files with 1 additions and 1 deletions

View File

@ -491,7 +491,7 @@ impl<'a, 'v> Visitor<'v> for PostExpansionVisitor<'a> {
ast::PatBox(..) => {
self.gate_feature("box_patterns",
pattern.span,
"box pattern syntax is experimental in alpha release");
"box pattern syntax is experimental");
}
_ => {}
}