How about a less cringe-worthy double-failure message?
This commit is contained in:
parent
57e7147f3e
commit
b45553f075
@ -387,9 +387,7 @@ fn begin_unwind_inner(msg: Box<Any:Send>,
|
||||
// just abort. In the future we may consider resuming
|
||||
// unwinding or otherwise exiting the task cleanly.
|
||||
if task.unwinder.unwinding {
|
||||
rterrln!("task failed during unwinding (double-failure - \
|
||||
total drag!)")
|
||||
rterrln!("rust must abort now. so sorry.");
|
||||
rterrln!("task failed during unwinding. aborting.");
|
||||
|
||||
// Don't print the backtrace twice (it would have already been
|
||||
// printed if logging was enabled).
|
||||
|
Loading…
x
Reference in New Issue
Block a user