Skip to content

Commit 132fe1c

Browse files
committed
Revert "Temporarily disable -Zrandomize-layout due to rustc ICE"
Fixed in nightly-2023-07-23. This reverts commit c71dd29.
1 parent c71dd29 commit 132fe1c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,6 @@ jobs:
5757
components: rust-src
5858
- name: Enable type layout randomization
5959
run: echo RUSTFLAGS=${RUSTFLAGS}\ -Zrandomize-layout >> $GITHUB_ENV
60-
if: false # FIXME https://github.com/rust-lang/rust/issues/113941
6160
- run: cargo test
6261
- run: cargo test --no-default-features
6362
- 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

0 commit comments

Comments
 (0)