We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fee494b + a7db628 commit 7197990Copy full SHA for 7197990
src/tools/miri/tests/fail/panic/no_std.rs
@@ -1,10 +1,6 @@
1
#![feature(start, core_intrinsics)]
2
#![no_std]
3
//@compile-flags: -Cpanic=abort
4
-// windows tls dtors go through libstd right now, thus this test
5
-// cannot pass. When windows tls dtors go through the special magic
6
-// windows linker section, we can run this test on windows again.
7
-//@ignore-target-windows: no-std not supported on Windows
8
9
// Plumbing to let us use `writeln!` to host stderr:
10
0 commit comments