diff options
| author | Ben Blum <bblum@andrew.cmu.edu> | 2012-07-20 19:04:14 -0400 |
|---|---|---|
| committer | Ben Blum <bblum@andrew.cmu.edu> | 2012-07-20 19:23:19 -0400 |
| commit | 3dc52da989dfa69a6d1abf908610e52c472f871f (patch) | |
| tree | cbbad7122a0ba0c4855f397c25e49be45451f94d /src/rt/rust_kernel.cpp | |
| parent | af7b7694659dd8988a1971118494edb684f85fbb (diff) | |
| download | rust-3dc52da989dfa69a6d1abf908610e52c472f871f.tar.gz rust-3dc52da989dfa69a6d1abf908610e52c472f871f.zip | |
[4/4 for #2365, #2671] Reassign one last fixme to #908. Close #2365. Close #2671.
Diffstat (limited to 'src/rt/rust_kernel.cpp')
| -rw-r--r-- | src/rt/rust_kernel.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rt/rust_kernel.cpp b/src/rt/rust_kernel.cpp index 331aaf85a94..698ee866728 100644 --- a/src/rt/rust_kernel.cpp +++ b/src/rt/rust_kernel.cpp @@ -190,7 +190,7 @@ rust_kernel::run() { void rust_kernel::fail() { - // FIXME (#2671): On windows we're getting "Application has + // FIXME (#908): On windows we're getting "Application has // requested the Runtime to terminate it in an unusual way" when // trying to shutdown cleanly. set_exit_status(PROC_FAIL_CODE); |
