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 c71dd29.
  • Loading branch information
dtolnay committed Jul 23, 2023
1 parent c71dd29 commit 132fe1c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ jobs:
components: rust-src
- name: Enable type layout randomization
run: echo RUSTFLAGS=${RUSTFLAGS}\ -Zrandomize-layout >> $GITHUB_ENV
if: false # FIXME https://github.com/rust-lang/rust/issues/113941
- run: cargo test
- run: cargo test --no-default-features
- run: cargo test --no-default-features --test features -- --ignored make_sure_no_proc_macro # run the ignored test to make sure the `proc-macro` feature is disabled
Expand Down

0 comments on commit 132fe1c

Please sign in to comment.