diff options
| author | Jonathan Goodman <goodmanjonathan@sbcglobal.net> | 2018-01-30 14:56:02 -0600 |
|---|---|---|
| committer | Jonathan Goodman <goodmanjonathan@sbcglobal.net> | 2018-01-30 16:00:55 -0600 |
| commit | a99b5db56a36652185a91be630b3e2af8ea09360 (patch) | |
| tree | 513ac108655720f14ba9d38dd9fa0f65a1e6b947 /src/libsyntax/ast.rs | |
| parent | def3269a71be2e737cad27418a3dad9f5bd6cd32 (diff) | |
| download | rust-a99b5db56a36652185a91be630b3e2af8ea09360.tar.gz rust-a99b5db56a36652185a91be630b3e2af8ea09360.zip | |
stabilize match_beginning_vert
Diffstat (limited to 'src/libsyntax/ast.rs')
| -rw-r--r-- | src/libsyntax/ast.rs | 1 |
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)] |
