fix fallout from libsyntax enumpocalypse
This commit is contained in:
@@ -2056,7 +2056,7 @@ impl<'a> Parser<'a> {
|
||||
start: Option<P<Expr>>,
|
||||
end: Option<P<Expr>>,
|
||||
limits: RangeLimits)
|
||||
-> ast::Expr_ {
|
||||
-> ast::ExprKind {
|
||||
ExprKind::Range(start, end, limits)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user