mirror of
https://github.com/rust-lang/rust.git
synced 2026-06-03 01:16:14 +03:00
ab19861037
Currently, the parser doesn't give any context when it finds an unclosed delimiter and it's not EOF. Report the most recent unclosed delimiter, to help the user along. Closes #10636