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