Skip to content

Commit 543e123

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
components: rust-src
3535
- name: Enable type layout randomization
3636
run: echo RUSTFLAGS=${RUSTFLAGS}\ -Zrandomize-layout >> $GITHUB_ENV
37-
if: matrix.rust == 'nightly' && false # FIXME https://github.com/rust-lang/rust/issues/113941
37+
if: matrix.rust == 'nightly'
3838
- name: Enable nightly-only tests
3939
run: echo RUSTFLAGS=${RUSTFLAGS}\ --cfg=thiserror_nightly_testing >> $GITHUB_ENV
4040
if: matrix.rust == 'nightly'

0 commit comments

Comments
 (0)