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/parse/common.rs | |
| parent | 6912b11089ba00b550630fd07bf6f2575f3070f5 (diff) | |
| download | rust-7d90edcb3b292baaf406d4e6969987d466fc8fba.tar.gz rust-7d90edcb3b292baaf406d4e6969987d466fc8fba.zip | |
rustc: Switch over to resolve3
Diffstat (limited to 'src/libsyntax/parse/common.rs')
| -rw-r--r-- | src/libsyntax/parse/common.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libsyntax/parse/common.rs b/src/libsyntax/parse/common.rs index 16059b473bb..6f11f18540a 100644 --- a/src/libsyntax/parse/common.rs +++ b/src/libsyntax/parse/common.rs @@ -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>, |
