diff options
| author | Graydon Hoare <graydon@mozilla.com> | 2012-12-12 10:44:01 -0800 |
|---|---|---|
| committer | Graydon Hoare <graydon@mozilla.com> | 2012-12-12 15:02:47 -0800 |
| commit | 9cced55b93a14cdca9bb86ae99b22021fac8685f (patch) | |
| tree | 0cfce9ba8403c8c29d7c7e1284fc01a99341c4d3 /src/libsyntax/parse | |
| parent | 80d6bc899b2c44fc795e9a3db61083520bda8355 (diff) | |
| download | rust-9cced55b93a14cdca9bb86ae99b22021fac8685f.tar.gz rust-9cced55b93a14cdca9bb86ae99b22021fac8685f.zip | |
syntax: remove all remaining uses of #ast, and #ast / qquote itself.
Diffstat (limited to 'src/libsyntax/parse')
| -rw-r--r-- | src/libsyntax/parse/parser.rs | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/libsyntax/parse/parser.rs b/src/libsyntax/parse/parser.rs index 709d1537d41..ead0de78f6e 100644 --- a/src/libsyntax/parse/parser.rs +++ b/src/libsyntax/parse/parser.rs @@ -81,13 +81,6 @@ use ast::{_mod, add, arg, arm, attribute, export Parser; -// FIXME (#3726): #ast expects to find this here but it's actually -// defined in `parse` Fixing this will be easier when we have export -// decls on individual items -- then parse can export this publicly, and -// everything else crate-visibly. -use parse::parse_from_source_str; -export parse_from_source_str; - export item_or_view_item, iovi_none, iovi_view_item, iovi_item; enum restriction { |
