diff --git a/src/rt/rust_abi.cpp b/src/rt/rust_abi.cpp index 8abe5c72291..ca8448b39a1 100644 --- a/src/rt/rust_abi.cpp +++ b/src/rt/rust_abi.cpp @@ -21,7 +21,7 @@ #define HAVE_DLFCN_H #include #elif defined(_WIN32) -// FIXME #2889 +// Otherwise it's windows.h -- included in rust_abi.h #endif #define END_OF_STACK_RA (void (*)())0xdeadbeef