File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -52,9 +52,9 @@ Code for lexical analysis is split between two crates:
52
52
constituting tokens. Although it is popular to implement lexers as generated
53
53
finite state machines, the lexer in ` rustc_lexer ` is hand-written.
54
54
55
- - [ ` StringReader ` ] from [ ` rustc_ast ` ] [ rustc_ast ] integrates ` rustc_lexer ` with ` rustc `
56
- specific data structures. Specifically, it adds ` Span ` information to tokens
57
- returned by ` rustc_lexer ` and interns identifiers.
55
+ - [ ` StringReader ` ] integrates ` rustc_lexer ` with data structures specific to ` rustc ` .
56
+ Specifically,
57
+ it adds ` Span ` information to tokens returned by ` rustc_lexer ` and interns identifiers.
58
58
59
59
[ rustc_ast ] : https://doc.rust-lang.org/nightly/nightly-rustc/rustc_ast/index.html
60
60
[ rustc_errors ] : https://doc.rust-lang.org/nightly/nightly-rustc/rustc_errors/index.html
You can’t perform that action at this time.
0 commit comments