From 341870a2d1a3b51d3dc7e36c3a7bc5a704a9bd19 Mon Sep 17 00:00:00 2001 From: Nick Cameron Date: Thu, 9 Apr 2015 20:35:27 +1200 Subject: [PATCH] Fix the span for `for` expressions --- 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 272bb5f65067..3cc16006b1b9 100644 --- a/src/libsyntax/parse/parser.rs +++ b/src/libsyntax/parse/parser.rs @@ -2880,7 +2880,7 @@ pub fn parse_for_expr(&mut self, opt_ident: Option) -> PResult