Skip to content

Commit

Permalink
Revert "Temporarily disable -Zrandomize-layout due to rustc ICE"
Browse files Browse the repository at this point in the history
Fixed in nightly-2023-07-23.

This reverts commit 1972ec3.
  • Loading branch information
dtolnay committed Jul 23, 2023
1 parent 1972ec3 commit f4e8afe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
components: rust-src
- 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
- run: cargo run --manifest-path benches/Cargo.toml

Expand Down

0 comments on commit f4e8afe

Please sign in to comment.