Skip to content

Commit b45553f

Browse files
committed
How about a less cringe-worthy double-failure message?
1 parent 57e7147 commit b45553f

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/libstd/rt/unwind.rs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -387,9 +387,7 @@ fn begin_unwind_inner(msg: Box<Any:Send>,
387387
// just abort. In the future we may consider resuming
388388
// unwinding or otherwise exiting the task cleanly.
389389
if task.unwinder.unwinding {
390-
rterrln!("task failed during unwinding (double-failure - \
391-
total drag!)")
392-
rterrln!("rust must abort now. so sorry.");
390+
rterrln!("task failed during unwinding. aborting.");
393391

394392
// Don't print the backtrace twice (it would have already been
395393
// printed if logging was enabled).

0 commit comments

Comments
 (0)