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 5fe4215 commit 1694897Copy full SHA for 1694897
.github/workflows/ci.yml
@@ -33,7 +33,7 @@ jobs:
33
toolchain: ${{matrix.rust}}
34
- name: Enable type layout randomization
35
run: echo RUSTFLAGS=${RUSTFLAGS}\ -Zrandomize-layout >> $GITHUB_ENV
36
- if: matrix.rust == 'nightly'
+ if: matrix.rust == 'nightly' && false # FIXME https://github.com/rust-lang/rust/issues/113941
37
- run: cargo test --no-default-features
38
- run: cargo test
39
0 commit comments