rustc: Switch over to resolve3

This commit is contained in:
Patrick Walton
2012-07-09 16:01:07 -07:00
parent 6912b11089
commit 7d90edcb3b
6 changed files with 11 additions and 30 deletions

View File

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