]> git.lizzy.rs Git - rust.git/commitdiff
Auto merge of #60204 - jethrogb:jb/rtunwrap-debug-print, r=alexcrichton
authorbors <bors@rust-lang.org>
Tue, 30 Apr 2019 22:46:28 +0000 (22:46 +0000)
committerbors <bors@rust-lang.org>
Tue, 30 Apr 2019 22:46:28 +0000 (22:46 +0000)
Debug-print error when using rtunwrap

When I added this macro a while back I didn't have a way to make it print the failure for all types that you might want to unwrap. Now, I came up with a solution.


Trivial merge