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

Fixed in nightly-2023-07-23.

This reverts commit 5a2a69eed4.
This commit is contained in:
David Tolnay 2023-07-22 18:37:56 -07:00
parent 5a2a69eed4
commit 359df33761
No known key found for this signature in database
GPG Key ID: F9BA143B95FF6D82
1 changed files with 1 additions and 1 deletions

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 build
- run: cargo test
- run: cargo test --release