From b45553f0755e9564454fff3c14cdee93e9241843 Mon Sep 17 00:00:00 2001 From: Brian Anderson Date: Thu, 5 Jun 2014 10:21:35 -0700 Subject: [PATCH] How about a less cringe-worthy double-failure message? --- src/libstd/rt/unwind.rs | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/libstd/rt/unwind.rs b/src/libstd/rt/unwind.rs index c455648992e..af73e6167af 100644 --- a/src/libstd/rt/unwind.rs +++ b/src/libstd/rt/unwind.rs @@ -387,9 +387,7 @@ fn begin_unwind_inner(msg: Box, // 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).