Implement RFC 1925
This commit is contained in:
@@ -810,6 +810,7 @@ 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)]
|
||||
|
||||
Reference in New Issue
Block a user