]> git.lizzy.rs Git - rust.git/commit
auto merge of #8944 : alexcrichton/rust/issue-8938, r=huonw
authorbors <bors@rust-lang.org>
Thu, 5 Sep 2013 05:25:42 +0000 (22:25 -0700)
committerbors <bors@rust-lang.org>
Thu, 5 Sep 2013 05:25:42 +0000 (22:25 -0700)
commit2bd628eafab1225cdc59c468c32868302b5e92ed
treeb829c2bec200e439c31f1f80a42520c394783dbb
parentd285ea791058f7db8bef828740aae95e69becc99
parentba1f663bbd988ad0c12aacaaa94d9e36b91dac81
auto merge of #8944 : alexcrichton/rust/issue-8938, r=huonw

Otherwise extra stuff after a lone '}' character is simply ignored, which is
very bad.

Closes #8938