We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c9cca33 commit bfac2daCopy full SHA for bfac2da
src/test/run-make-fulldeps/foreign-rust-exceptions/Makefile
@@ -1,3 +1,8 @@
1
+# ignore-i686-pc-windows-gnu
2
+
3
+# This test doesn't work on 32-bit MinGW as cdylib has its own copy of unwinder
4
+# so cross-DLL unwinding does not work.
5
6
include ../tools.mk
7
8
all:
0 commit comments