Revert "Temporarily disable -Zrandomize-layout due to rustc ICE"

Fixed in nightly-2023-07-23.

This reverts commit aea9d0ce1b.
This commit is contained in:
David Tolnay 2023-07-22 18:38:00 -07:00
parent aea9d0ce1b
commit 1cc99387c4
No known key found for this signature in database
GPG key ID: F9BA143B95FF6D82

View file

@ -33,7 +33,7 @@ jobs:
toolchain: ${{matrix.rust}}
- name: Enable type layout randomization
run: echo RUSTFLAGS=${RUSTFLAGS}\ -Zrandomize-layout >> $GITHUB_ENV
if: matrix.rust == 'nightly' && false # FIXME https://github.com/rust-lang/rust/issues/113941
if: matrix.rust == 'nightly'
- run: cargo test
msrv: