it is rustc_parse, not rustc_parser
This commit is contained in:
parent
18e56c6a90
commit
bebaeaab76
1 changed files with 1 additions and 1 deletions
|
|
@ -25,7 +25,7 @@ macro-expansion).
|
|||
|
||||
The parser is defined in [`librustc_parse`][librustc_parse], along with a
|
||||
high-level interface to the lexer and some validation routines that run after
|
||||
macro expansion. In particular, the [`rustc_parser::parser`][parser] contains
|
||||
macro expansion. In particular, the [`rustc_parse::parser`][parser] contains
|
||||
the parser implementation.
|
||||
|
||||
The main entrypoint to the parser is via the various `parse_*` functions in the
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue