mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-08 01:28:18 +03:00
Remove missed debug chatter.
This commit is contained in:
@@ -496,7 +496,6 @@ fn spanned[T](&span lo, &span hi, &T node) -> ast.spanned[T] {
|
||||
p.bump();
|
||||
auto e = parse_restricted_expr(p);
|
||||
impure fn parse_expr_opt(parser p) -> option.t[@ast.expr] {
|
||||
log "parse expr opt: " + token.to_str(p.peek());
|
||||
alt (p.peek()) {
|
||||
case (token.UNDERSCORE) {
|
||||
p.bump();
|
||||
|
||||
Reference in New Issue
Block a user