diff options
| author | Patrick Walton <pcwalton@mimiga.net> | 2012-07-09 16:48:15 -0700 |
|---|---|---|
| committer | Patrick Walton <pcwalton@mimiga.net> | 2012-07-09 16:50:19 -0700 |
| commit | ad673daa6c990828ae0b1d13aeb3a7f24ad7631d (patch) | |
| tree | 6d3792f4fa96cb4e2a172acf3e19c9511a52af37 /src/libsyntax/parse/parser.rs | |
| parent | 231bd084078cfda106c0e9ea36c4e0857e5722cb (diff) | |
| download | rust-ad673daa6c990828ae0b1d13aeb3a7f24ad7631d.tar.gz rust-ad673daa6c990828ae0b1d13aeb3a7f24ad7631d.zip | |
Revert "rustc: Switch over to resolve3" due to Linux failures
This reverts commit 2c0aa257e293dde91042a8045100d9923d139a04.
Diffstat (limited to 'src/libsyntax/parse/parser.rs')
| -rw-r--r-- | src/libsyntax/parse/parser.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libsyntax/parse/parser.rs b/src/libsyntax/parse/parser.rs index 882957ade5b..7d36216aa9b 100644 --- a/src/libsyntax/parse/parser.rs +++ b/src/libsyntax/parse/parser.rs @@ -5,7 +5,7 @@ import token::{can_begin_expr, is_ident, is_plain_ident, ACTUALLY}; import codemap::{span,fss_none}; import util::interner; import ast_util::{spanned, respan, mk_sp, ident_to_path, operator_prec}; -import lexer::{reader, tt_reader_as_reader}; +import lexer::reader; import prec::{as_prec, token_to_binop}; import attr::parser_attr; import common::{seq_sep_trailing_disallowed, seq_sep_trailing_allowed, |
