We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a01e5d4 commit 72bd72bCopy full SHA for 72bd72b
.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
- name: Enable nightly-only tests
38
run: echo RUSTFLAGS=${RUSTFLAGS}\ --cfg=async_trait_nightly_testing >> $GITHUB_ENV
39
if: matrix.rust == 'nightly'
0 commit comments