mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-30 13:06:28 +03:00
96ee0ba59e
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.