rustc: Switch over to resolve3

This commit is contained in:
Patrick Walton
2012-07-09 16:01:07 -07:00
parent 2edc4195d5
commit 2c0aa257e2
6 changed files with 11 additions and 30 deletions

View File

@@ -1,8 +1,8 @@
import io::reader_util;
import io::println;//XXXXXXXXxxx
import util::interner;
import lexer::{ string_reader, bump, is_eof, nextch,
is_whitespace, get_str_from, string_reader_as_reader };
import lexer::{string_reader, bump, is_eof, nextch,
is_whitespace, get_str_from, string_reader_as_reader, reader};
export cmnt;
export lit;