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

@ -8,7 +8,7 @@ import parse::common::parser_common;
import pipes::parse_proto::proto_parser;
import pipes::pipec::*;
import pipes::pipec::methods;
fn expand_proto(cx: ext_ctxt, _sp: span, id: ast::ident, tt: ast::token_tree)
-> @ast::item
@ -26,4 +26,4 @@ fn expand_proto(cx: ext_ctxt, _sp: span, id: ast::ident, tt: ast::token_tree)
let proto = rust_parser.parse_proto(id);
proto.compile(cx)
}
}