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.
1 parent 37da10e commit 4517c7eCopy full SHA for 4517c7e
library/compiler-builtins/.github/workflows/main.yml
@@ -98,7 +98,8 @@ jobs:
98
test_verbatim: 1
99
- target: i686-pc-windows-gnu
100
os: windows-latest
101
- rust: nightly-i686-gnu
+ # FIXME: pinned due to https://github.com/rust-lang/rust/issues/136795
102
+ rust: nightly-2025-02-07-i686-gnu
103
- target: x86_64-pc-windows-gnu
104
105
rust: nightly-x86_64-gnu
0 commit comments