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 b18addf commit fab5a1bCopy full SHA for fab5a1b
src/overview.md
@@ -46,7 +46,7 @@ copy of each distinct string value.
46
47
The lexer has a small interface and doesn't depend directly on the
48
diagnostic infrastructure in `rustc`. Instead it provides diagnostics as plain
49
-data which are emitted in `rustc_parse::lexer::mod` as real diagnostics.
+data which are emitted in `rustc_parse::lexer` as real diagnostics.
50
The lexer preserves full fidelity information for both IDEs and proc macros.
51
52
The *parser* [translates the token stream from the lexer into an Abstract Syntax
0 commit comments