From cafe9d0ed404e940a1f039e25053f11f47e88973 Mon Sep 17 00:00:00 2001 From: Seiichi Uchida Date: Tue, 19 Jun 2018 14:04:16 +0900 Subject: [PATCH] Do not consume semicolon twice while parsing local statement --- src/libsyntax/parse/parser.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libsyntax/parse/parser.rs b/src/libsyntax/parse/parser.rs index 530094e22f24..3500deedde93 100644 --- a/src/libsyntax/parse/parser.rs +++ b/src/libsyntax/parse/parser.rs @@ -4700,7 +4700,7 @@ fn parse_block_tail(&mut self, lo: Span, s: BlockCheckMode) -> PResult<'a, P {}