Skip to content

Commit 3dc52da

Browse files
committed
[4/4 for #2365, #2671] Reassign one last fixme to #908. Close #2365. Close #2671.
1 parent af7b769 commit 3dc52da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/rt/rust_kernel.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ rust_kernel::run() {
190190

191191
void
192192
rust_kernel::fail() {
193-
// FIXME (#2671): On windows we're getting "Application has
193+
// FIXME (#908): On windows we're getting "Application has
194194
// requested the Runtime to terminate it in an unusual way" when
195195
// trying to shutdown cleanly.
196196
set_exit_status(PROC_FAIL_CODE);

0 commit comments

Comments
 (0)