about summary refs log tree commit diff
path: root/src/rt/rust_task.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/rt/rust_task.h')
-rw-r--r--src/rt/rust_task.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/rt/rust_task.h b/src/rt/rust_task.h
index 3ac44e58a6e..fd7013ea0f8 100644
--- a/src/rt/rust_task.h
+++ b/src/rt/rust_task.h
@@ -155,6 +155,7 @@ rust_task : public kernel_owned<rust_task>, rust_cond
 
     // Fail self, assuming caller-on-stack is this task.
     void fail();
+    void conclude_failure();
 
     // Disconnect from our supervisor.
     void unsupervise();