We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f9f0b3 commit fc20b78Copy full SHA for fc20b78
compiler/rustc_lexer/src/lib.rs
@@ -2,7 +2,7 @@
2
//!
3
//! The idea with `librustc_lexer` is to make a reusable library,
4
//! by separating out pure lexing and rustc-specific concerns, like spans,
5
-//! error reporting an interning. So, rustc_lexer operates directly on `&str`,
+//! error reporting, and interning. So, rustc_lexer operates directly on `&str`,
6
//! produces simple tokens which are a pair of type-tag and a bit of original text,
7
//! and does not report errors, instead storing them as flags on the token.
8
0 commit comments