We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
backtrace-debuginfo.rs
1 parent 6d3db55 commit 378dc03Copy full SHA for 378dc03
tests/ui/runtime/backtrace-debuginfo.rs
@@ -13,6 +13,10 @@
13
//@ ignore-sgx no processes
14
//@ ignore-fuchsia Backtrace not symbolized, trace different line alignment
15
16
+// FIXME(#117097): backtrace (possibly unwinding mechanism) seems to be different on at least
17
+// `i686-mingw` (32-bit windows-gnu)? cc #128911.
18
+//@ ignore-windows-gnu
19
+
20
use std::env;
21
22
#[path = "backtrace-debuginfo-aux.rs"] mod aux;
0 commit comments