about summary refs log tree commit diff
path: root/src/libsyntax/ast.rs
diff options
context:
space:
mode:
authorJonathan Goodman <goodmanjonathan@sbcglobal.net>2018-01-30 14:56:02 -0600
committerJonathan Goodman <goodmanjonathan@sbcglobal.net>2018-01-30 16:00:55 -0600
commita99b5db56a36652185a91be630b3e2af8ea09360 (patch)
tree513ac108655720f14ba9d38dd9fa0f65a1e6b947 /src/libsyntax/ast.rs
parentdef3269a71be2e737cad27418a3dad9f5bd6cd32 (diff)
downloadrust-a99b5db56a36652185a91be630b3e2af8ea09360.tar.gz
rust-a99b5db56a36652185a91be630b3e2af8ea09360.zip
stabilize match_beginning_vert
Diffstat (limited to 'src/libsyntax/ast.rs')
-rw-r--r--src/libsyntax/ast.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/libsyntax/ast.rs b/src/libsyntax/ast.rs
index 73810b3fe81..c7ab6158256 100644
--- a/src/libsyntax/ast.rs
+++ b/src/libsyntax/ast.rs
@@ -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)]