diff options
| author | Ben Blum <bblum@andrew.cmu.edu> | 2012-07-31 22:29:59 -0400 |
|---|---|---|
| committer | Ben Blum <bblum@andrew.cmu.edu> | 2012-08-01 23:08:06 -0400 |
| commit | 7cb3f3e86a5500ecf40500dc9f6cedabd8e0349e (patch) | |
| tree | 4848685fe1e9351f6440dc6788b5cdd416fbb194 /src/rt/rust_task.cpp | |
| parent | 43b81147508c5927d93ff0a7ff28869becf405bd (diff) | |
| download | rust-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.cpp | 2 |
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++; } |
