mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-27 18:57:42 +03:00
99a785d62d
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`