mirror of
https://github.com/rust-lang/rust.git
synced 2025-10-20 03:52:33 +00:00

Fix bug in `Parser::look_ahead`. The special case was failing to handle invisible delimiters on one path. Fixes (but doesn't close until beta backported) #128895. r? `@davidtwco`