We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
dump-ice-to-disk
1 parent 79f5c16 commit ce7a70aCopy full SHA for ce7a70a
tests/run-make/dump-ice-to-disk/rmake.rs
@@ -23,6 +23,9 @@
23
//! - An attempt is made to re-enable this test on `i686-mingw` (by removing `ignore-windows`). If
24
//! this test is still flakey, please restore the `ignore-windows` directive.
25
26
+//@ ignore-windows
27
+//FIXME(#128911): still flakey on i686-mingw.
28
+
29
use std::cell::OnceCell;
30
use std::path::{Path, PathBuf};
31
0 commit comments