generalize error text to not focus on any particular release.
This commit is contained in:
parent
ff56e376f9
commit
dbe0828699
@ -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…
x
Reference in New Issue
Block a user