diff options
| author | Patrick Walton <pcwalton@mimiga.net> | 2012-07-09 16:01:07 -0700 |
|---|---|---|
| committer | Patrick Walton <pcwalton@mimiga.net> | 2012-07-09 17:44:16 -0700 |
| commit | 7d90edcb3b292baaf406d4e6969987d466fc8fba (patch) | |
| tree | 74f31f55cc8de4cb1e66195879b5345f797bdd00 /src/libsyntax/ext | |
| parent | 6912b11089ba00b550630fd07bf6f2575f3070f5 (diff) | |
| download | rust-7d90edcb3b292baaf406d4e6969987d466fc8fba.tar.gz rust-7d90edcb3b292baaf406d4e6969987d466fc8fba.zip | |
rustc: Switch over to resolve3
Diffstat (limited to 'src/libsyntax/ext')
| -rw-r--r-- | src/libsyntax/ext/pipes.rs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/libsyntax/ext/pipes.rs b/src/libsyntax/ext/pipes.rs index 4ca47254a94..9a7bcc0e171 100644 --- a/src/libsyntax/ext/pipes.rs +++ b/src/libsyntax/ext/pipes.rs @@ -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) -} \ No newline at end of file +} |
