rustc: Switch over to resolve3
This commit is contained in:
parent
6912b11089
commit
7d90edcb3b
6 changed files with 11 additions and 30 deletions
|
|
@ -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)
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue