Skip to content

Commit 7efd46f

Browse files
committed
---
yaml --- r: 180139 b: refs/heads/tmp c: dbe0828 h: refs/heads/master i: 180137: b6ea33e 180135: 330af36 v: v3
1 parent 19c40a0 commit 7efd46f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,4 @@ refs/heads/building: 126db549b038c84269a1e4fe46f051b2c15d6970
3434
refs/heads/beta: 44a287e6eb22ec3c2a687fc156813577464017f7
3535
refs/heads/windistfix: 7608dbad651f02e837ed05eef3d74a6662a6e928
3636
refs/tags/1.0.0-alpha: e42bd6d93a1d3433c486200587f8f9e12590a4d7
37-
refs/heads/tmp: ff56e376f99359742afaa68c23ffadc88e14edb0
37+
refs/heads/tmp: dbe082869925a62adf58c40984b0329a57425b08

branches/tmp/src/libsyntax/feature_gate.rs

Lines changed: 1 addition & 1 deletion
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)