generalize error text to not focus on any particular release.
This commit is contained in:
parent
ff56e376f9
commit
dbe0828699
1 changed files with 1 additions and 1 deletions
|
|
@ -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");
|
||||
}
|
||||
_ => {}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue