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 5469808 commit 5460767Copy full SHA for 5460767
[refs]
@@ -1,2 +1,2 @@
1
---
2
-refs/heads/master: 3a6320f71b1e1bde9ec3b30563d9f8e0ef4bdbce
+refs/heads/master: d1ef29ab37951f740a0fb13b75e3ea7d03432760
trunk/src/rt/rust_task.cpp
@@ -330,8 +330,6 @@ rust_task::fail() {
330
331
void
332
rust_task::conclude_failure() {
333
- // Unblock the task so it can unwind.
334
- unblock();
335
fail_parent();
336
failed = true;
337
yield(4);
0 commit comments