]> git.lizzy.rs Git - rust.git/commit
Auto merge of #32513 - japaric:try-test, r=alexcrichton
authorbors <bors@rust-lang.org>
Sun, 27 Mar 2016 02:46:24 +0000 (19:46 -0700)
committerbors <bors@rust-lang.org>
Sun, 27 Mar 2016 02:46:24 +0000 (19:46 -0700)
commit68de28b309b38c5143b3c27f3db0d57f4373729e
tree4e3e1b7ea8015142cbfbd91592a986be02a763ad
parentd5a91e69582b63f19192ad860df0f7a9a8530f56
parent064ec35c18f396c2c26c05517290fdc1a4379586
Auto merge of #32513 - japaric:try-test, r=alexcrichton

add regression test for try!

Our widespread internal use of `try` was like a regression test. Now that most of `try!`s have been converted to `?`, lets add a proper regression test.

cc @bstrie