Skip to content

Commit 7263254

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

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 check
3838
- run: cargo test --workspace
3939
if: matrix.rust != '1.56.0'

0 commit comments

Comments
 (0)