rust/src/libsyntax/parse
Mark Rousskov 1e06b1757c
Rollup merge of #51502 - jebrosen:pub_parse_methods, r=Mark-Simulacrum
Make parse_seq_to_end and parse_path public

(see SergioBenitez/Rocket#660, rust-lang/rust#51265)

Rocket currently uses `parse_seq_to_end` and `parse_path` in its codegen macros. Assuming I tested correctly, this is the minimal set of methods that are currently necessary to build Rocket again. I would be happy to add documentation of this and Rocket's other usages, if desired.
2018-06-12 11:22:53 -06:00
..
lexer Crate-ify and delete unused code in syntax::parse 2018-06-09 16:57:19 -06:00
attr.rs Crate-ify and delete unused code in syntax::parse 2018-06-09 16:57:19 -06:00
classify.rs label-break-value: Parsing and AST/HIR changes 2018-05-16 13:56:24 +02:00
mod.rs Crate-ify and delete unused code in syntax::parse 2018-06-09 16:57:19 -06:00
parser.rs Rollup merge of #51502 - jebrosen:pub_parse_methods, r=Mark-Simulacrum 2018-06-12 11:22:53 -06:00
token.rs Crate-ify and delete unused code in syntax::parse 2018-06-09 16:57:19 -06:00