Skip to content

Commit 3cc26c6

Browse files
committed
Try to work around 32 bit mingw issues
1 parent 4a5fecb commit 3cc26c6

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

tests/ui-fulldeps/stable-mir/check_instance.rs

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
// ignore-stage1
55
// ignore-cross-compile
66
// ignore-remote
7+
// ignore-windows-gnu mingw has troubles with linking https://github.com/rust-lang/rust/pull/116837
78
// edition: 2021
89

910
#![feature(rustc_private)]

tests/ui-fulldeps/stable-mir/compilation-result.rs

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
// ignore-stage1
55
// ignore-cross-compile
66
// ignore-remote
7+
// ignore-windows-gnu mingw has troubles with linking https://github.com/rust-lang/rust/pull/116837
78
// edition: 2021
89

910
#![feature(rustc_private)]

tests/ui-fulldeps/stable-mir/crate-info.rs

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
// ignore-stage1
55
// ignore-cross-compile
66
// ignore-remote
7+
// ignore-windows-gnu mingw has troubles with linking https://github.com/rust-lang/rust/pull/116837
78
// edition: 2021
89

910
#![feature(rustc_private)]

0 commit comments

Comments
 (0)