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 fab5a1b commit 9d20811Copy full SHA for 9d20811
src/overview.md
@@ -60,8 +60,8 @@ And the macro parser entry point is [`Parser::parse_nonterminal()`][parse_nonter
60
Parsing is performed with a set of `Parser` utility methods including `bump`,
61
`check`, `eat`, `expect`, `look_ahead`.
62
63
-Parsing is organized by the semantic construct that is being parsed. Separate
64
-`parse_*` methods can be found in [`rustc_parse` `parser`][rustc_parse_parser_dir]
+Parsing is organized by semantic construct. Separate
+`parse_*` methods can be found in the [`rustc_parse`][rustc_parse_parser_dir]
65
directory. The source file name follows the construct name. For example, the
66
following files are found in the parser:
67
0 commit comments