]> git.lizzy.rs Git - rust.git/commit
auto merge of #10641 : cmr/rust/close_delims, r=alexcrichton
authorbors <bors@rust-lang.org>
Mon, 25 Nov 2013 07:56:46 +0000 (23:56 -0800)
committerbors <bors@rust-lang.org>
Mon, 25 Nov 2013 07:56:46 +0000 (23:56 -0800)
commitce32f72f1d164d4b94caa511cb430e822b166ee0
treea7ce366d8a2d7f5befcf064270930bfadff82bd2
parent07ad0ccadc6fb50c2b2dfe5dbd08a8612ab75b8c
parentab1986103738083a5bcf5af4db4be2930459f45f
auto merge of #10641 : cmr/rust/close_delims, r=alexcrichton

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