mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-02 14:51:48 +00:00
debug pring
This commit is contained in:
parent
97cb463c9b
commit
8e056ef042
1 changed files with 0 additions and 1 deletions
|
@ -209,7 +209,6 @@ fn compute_block_scopes(block: ast::Block, scopes: &mut FnScopes, mut scope: Sco
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if let Some(expr) = block.expr() {
|
if let Some(expr) = block.expr() {
|
||||||
eprintln!("{:?}", expr);
|
|
||||||
scopes.set_scope(expr.syntax(), scope);
|
scopes.set_scope(expr.syntax(), scope);
|
||||||
compute_expr_scopes(expr, scopes, scope);
|
compute_expr_scopes(expr, scopes, scope);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue