about summary refs log tree commit diff
path: root/src/rt/rust_task.cpp
diff options
context:
space:
mode:
authorBen Blum <bblum@andrew.cmu.edu>2012-07-31 22:29:59 -0400
committerBen Blum <bblum@andrew.cmu.edu>2012-08-01 23:08:06 -0400
commit7cb3f3e86a5500ecf40500dc9f6cedabd8e0349e (patch)
tree4848685fe1e9351f6440dc6788b5cdd416fbb194 /src/rt/rust_task.cpp
parent43b81147508c5927d93ff0a7ff28869becf405bd (diff)
downloadrust-7cb3f3e86a5500ecf40500dc9f6cedabd8e0349e.tar.gz
rust-7cb3f3e86a5500ecf40500dc9f6cedabd8e0349e.zip
Linked failure: enable unidirectional propagate test; replace FIXMEs with comments (tag #1868).
Diffstat (limited to 'src/rt/rust_task.cpp')
-rw-r--r--src/rt/rust_task.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rt/rust_task.cpp b/src/rt/rust_task.cpp
index b2f7538b628..061e87ebff8 100644
--- a/src/rt/rust_task.cpp
+++ b/src/rt/rust_task.cpp
@@ -634,7 +634,7 @@ rust_task::on_rust_stack() {
 void
 rust_task::inhibit_kill() {
     scoped_lock with(lifecycle_lock);
-    // FIXME (#1868) Check here if we have to die
+    // Here might be good, though not mandatory, to check if we have to die.
     disallow_kill++;
 }