]> git.lizzy.rs Git - rust.git/commitdiff
auto merge of #6059 : Kimundi/rust/nice-fail, r=pcwalton
authorbors <bors@rust-lang.org>
Sat, 27 Apr 2013 05:45:36 +0000 (22:45 -0700)
committerbors <bors@rust-lang.org>
Sat, 27 Apr 2013 05:45:36 +0000 (22:45 -0700)
r? @brson

Unwinding through macros now happens as a call to the trait function `FailWithCause::fail_with()`, which consumes self, allowing to use a more generic failure object in the future.


Trivial merge