stabilize match_beginning_vert

This commit is contained in:
Jonathan Goodman
2018-01-30 14:56:02 -06:00
parent def3269a71
commit a99b5db56a
9 changed files with 32 additions and 103 deletions

View File

@@ -883,7 +883,6 @@ pub struct Arm {
pub pats: Vec<P<Pat>>,
pub guard: Option<P<Expr>>,
pub body: P<Expr>,
pub beginning_vert: Option<Span>, // For RFC 1925 feature gate
}
#[derive(Clone, PartialEq, Eq, RustcEncodable, RustcDecodable, Hash, Debug)]