From 1cc99387c4a593a1701538b74f8f946b16019b4a Mon Sep 17 00:00:00 2001 From: David Tolnay Date: Sat, 22 Jul 2023 18:38:00 -0700 Subject: [PATCH] Revert "Temporarily disable -Zrandomize-layout due to rustc ICE" Fixed in nightly-2023-07-23. This reverts commit aea9d0ce1bba256a96212a1fb1eef017bdef5808. --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6added5..8661567 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -33,7 +33,7 @@ jobs: toolchain: ${{matrix.rust}} - name: Enable type layout randomization run: echo RUSTFLAGS=${RUSTFLAGS}\ -Zrandomize-layout >> $GITHUB_ENV - if: matrix.rust == 'nightly' && false # FIXME https://github.com/rust-lang/rust/issues/113941 + if: matrix.rust == 'nightly' - run: cargo test msrv: