提交 9390cdaa 编写于 作者: S Seo Sanghyeon

Correct span for expr_vec

上级 5a3e3205
......@@ -1311,7 +1311,7 @@ fn parse_bottom_expr(&self) -> @expr {
ex = expr_vec(~[first_expr], mutbl);
}
}
hi = self.span.hi;
hi = self.last_span.hi;
} else if self.eat_keyword("__log") {
// LOG expression
self.expect(&token::LPAREN);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册