about summary refs log tree commit diff
path: root/src/rt/rust_task.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/rt/rust_task.cpp')
-rw-r--r--src/rt/rust_task.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/rt/rust_task.cpp b/src/rt/rust_task.cpp
index 92f24c8c7fa..2bf4c42a277 100644
--- a/src/rt/rust_task.cpp
+++ b/src/rt/rust_task.cpp
@@ -457,6 +457,8 @@ rust_task::fail() {
 #else
     die();
     conclude_failure();
+    // FIXME: Need unwinding on windows. This will end up aborting
+    sched->fail();
 #endif
 }