Revert "rustc: Switch over to resolve3" due to Linux failures

This reverts commit 2c0aa257e2.
This commit is contained in:
Patrick Walton
2012-07-09 16:48:15 -07:00
parent 231bd08407
commit ad673daa6c
6 changed files with 30 additions and 11 deletions

View File

@@ -1,7 +1,6 @@
import std::map::{hashmap};
import ast_util::spanned;
import parser::parser;
import lexer::reader;
type seq_sep = {
sep: option<token::token>,