]> git.proxmox.com Git - rustc.git/blobdiff - src/doc/rustc-dev-guide/src/the-parser.md
New upstream version 1.70.0+dfsg1
[rustc.git] / src / doc / rustc-dev-guide / src / the-parser.md
index 0d37704e84bf528eb2216abbd9eca584da3539fd..f0436350aa03a08741b73e7a0447797030dba3c9 100644 (file)
@@ -1,8 +1,5 @@
 # Lexing and Parsing
 
-As of <!-- date-check --> January 2021, the lexer and parser are undergoing
-refactoring to allow extracting them into libraries.
-
 The very first thing the compiler does is take the program (in Unicode
 characters) and turn it into something the compiler can work with more
 conveniently than strings. This happens in two stages: Lexing and Parsing.