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.
1 parent fdfb56a commit 5d43bdeCopy full SHA for 5d43bde
[refs]
@@ -1,2 +1,2 @@
1
---
2
-refs/heads/master: 7c7559edafcdde2d96781a34af1280fdd1dee6bd
+refs/heads/master: 2f4c9315af5b02e6f9ef3df8512f1b0814417ea0
trunk/src/rt/rust_task.cpp
@@ -457,6 +457,8 @@ rust_task::fail() {
457
#else
458
die();
459
conclude_failure();
460
+ // FIXME: Need unwinding on windows. This will end up aborting
461
+ sched->fail();
462
#endif
463
}
464
0 commit comments