From 1ec3005e451137e51479b77ea3ab4f45dec56ed0 Mon Sep 17 00:00:00 2001 From: Alex Burka Date: Thu, 11 Feb 2016 12:52:39 -0500 Subject: fix fallout from libsyntax enumpocalypse --- src/libsyntax/parse/parser.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/libsyntax/parse') diff --git a/src/libsyntax/parse/parser.rs b/src/libsyntax/parse/parser.rs index 8b563ef00f3..e772641aca5 100644 --- a/src/libsyntax/parse/parser.rs +++ b/src/libsyntax/parse/parser.rs @@ -2056,7 +2056,7 @@ impl<'a> Parser<'a> { start: Option>, end: Option>, limits: RangeLimits) - -> ast::Expr_ { + -> ast::ExprKind { ExprKind::Range(start, end, limits) } -- cgit 1.4.1-3-g733a5