From f093d374edb89aedc940468d3d789dd95cec6347 Mon Sep 17 00:00:00 2001 From: Patrick Walton Date: Tue, 22 May 2012 10:54:12 -0700 Subject: rustc: Implement a new resolve pass behind a compile flag --- src/libsyntax/parse/classify.rs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/libsyntax/parse/classify.rs') diff --git a/src/libsyntax/parse/classify.rs b/src/libsyntax/parse/classify.rs index a3d55df320b..9b36b77407e 100644 --- a/src/libsyntax/parse/classify.rs +++ b/src/libsyntax/parse/classify.rs @@ -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 { -- cgit 1.4.1-3-g733a5