]> git.lizzy.rs Git - rust.git/commitdiff
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)
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


Trivial merge