debug pring

This commit is contained in:
Aleksey Kladov 2018-12-22 02:23:25 +03:00
parent 97cb463c9b
commit 8e056ef042
1 changed files with 0 additions and 1 deletions

View File

@ -209,7 +209,6 @@ fn compute_block_scopes(block: ast::Block, scopes: &mut FnScopes, mut scope: Sco
}
}
if let Some(expr) = block.expr() {
eprintln!("{:?}", expr);
scopes.set_scope(expr.syntax(), scope);
compute_expr_scopes(expr, scopes, scope);
}