Skip to content

Commit fc526e5

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
toolchain: ${{matrix.rust}}
3434
- name: Enable type layout randomization
3535
run: echo RUSTFLAGS=${RUSTFLAGS}\ -Zrandomize-layout >> $GITHUB_ENV
36-
if: matrix.rust == 'nightly' && false # FIXME https://github.com/rust-lang/rust/issues/113941
36+
if: matrix.rust == 'nightly'
3737
- run: cargo test
3838

3939
msrv:

0 commit comments

Comments
 (0)