提交 5d1cf2a8 编写于 作者: G Graydon Hoare

Out-of-order-code typo. Snapshot again.

上级 8fd5802c
......@@ -910,8 +910,8 @@ fn parse_expr_opt(p: parser) -> option::t<@ast::expr> {
ex = ast::expr_fail(some(e));
} else { ex = ast::expr_fail(none); }
} else if eat_word(p, "log_full") {
let e = parse_expr(p);
let lvl = parse_expr(p);
let e = parse_expr(p);
ex = ast::expr_log(2, lvl, e);
hi = e.span.hi;
} else if eat_word(p, "log") {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册