We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3f1ef2 commit e2c733cCopy full SHA for e2c733c
src/the-parser.md
@@ -25,7 +25,7 @@ macro-expansion).
25
26
The parser is defined in [`librustc_parse`][librustc_parse], along with a
27
high-level interface to the lexer and some validation routines that run after
28
-macro expansion. In particular, the [`rustc_parser::parser`][parser] contains
+macro expansion. In particular, the [`rustc_parse::parser`][parser] contains
29
the parser implementation.
30
31
The main entrypoint to the parser is via the various `parse_*` functions in the
0 commit comments