Unnamed repository; edit this file 'description' to name the repository.
Auto merge of #127636 - nnethercote:fix-Parser-look_ahead, r=oli-obk
Fix `Parser::look_ahead` `Parser::look_ahead` has a slow but simple general case, and a fast special case that is hit most of the time. But the special case is buggy and behaves differently to the general case. There are also no unit tests. This PR fixes all of this, resulting in a `Parser::look_ahead` that is equally fast, slightly simpler, more correct, and better tested. r? `@davidtwco`
bors 2024-07-13
parent 886248d · parent 0b91b5f · commit 8365154
0 files changed, 0 insertions, 0 deletions