]> git.lizzy.rs Git - rust.git/commit
Abort on double-failure. #910
authorBrian Anderson <banderson@mozilla.com>
Fri, 3 Jan 2014 02:39:51 +0000 (18:39 -0800)
committerBrian Anderson <banderson@mozilla.com>
Fri, 3 Jan 2014 02:46:29 +0000 (18:46 -0800)
commit649c648d6f0627df9ac272b1505e363c7dbd656f
tree4678023fef48d87b0b7b06bcd39e9ac88df7fc7e
parent27ce4d3f79cdc021a6bfe0f7009977e07a368770
Abort on double-failure. #910

Previously this was an rtabort!, indicating a runtime bug. Promote
this to a more intentional abort and print a (slightly) more
informative error message.

Can't test this sense our test suite can't handle an abort exit.
doc/rust.md
src/libstd/rt/unwind.rs