You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: writeup/rationale.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
### Pretokenising
4
4
5
-
The main difference between the model described in this document and the way the Reference (as of Rust 1.81) describes lexing is the split into pretokenisation and reprocessing.
5
+
The main difference between the model described in this document and the way the Reference (as of Rust 1.83) describes lexing is the split into pretokenisation and reprocessing.
6
6
7
7
There are a number of forms which are errors at lexing time, even though in principle they could be analysed as multiple tokens.
0 commit comments