rustc: Implement a new resolve pass behind a compile flag
This commit is contained in:
parent
0b1edb7f0e
commit
f093d374ed
42 changed files with 4336 additions and 163 deletions
|
@ -1,7 +1,8 @@
|
|||
/*
|
||||
Predicates on exprs and stmts that the pretty-printer and parser use
|
||||
*/
|
||||
import ast_util::*;
|
||||
|
||||
import ast_util::operator_prec;
|
||||
|
||||
fn expr_requires_semi_to_be_stmt(e: @ast::expr) -> bool {
|
||||
alt e.node {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue