Skip to content

Commit 124e997

Browse files
committed
auto merge of #14676 : brson/rust/double-rainbow, r=alexcrichton
2 parents 071e22e + b45553f commit 124e997

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)