We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bdfc0b6 + 1b48cec commit 6a5eaeaCopy full SHA for 6a5eaea
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