mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-22 23:04:33 +00:00
62c068feea
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` |
||
---|---|---|
.. | ||
src | ||
Cargo.toml | ||
messages.ftl |