We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 071e22e + b45553f commit 124e997Copy full SHA for 124e997
src/libstd/rt/unwind.rs
@@ -387,9 +387,7 @@ fn begin_unwind_inner(msg: Box<Any:Send>,
387
// just abort. In the future we may consider resuming
388
// unwinding or otherwise exiting the task cleanly.
389
if task.unwinder.unwinding {
390
- rterrln!("task failed during unwinding (double-failure - \
391
- total drag!)")
392
- rterrln!("rust must abort now. so sorry.");
+ rterrln!("task failed during unwinding. aborting.");
393
394
// Don't print the backtrace twice (it would have already been
395
// printed if logging was enabled).
0 commit comments