From 132fe1ceac1fc1244da7c54c75cc4c60b1cee5e6 Mon Sep 17 00:00:00 2001 From: David Tolnay Date: Sat, 22 Jul 2023 18:37:57 -0700 Subject: [PATCH] Revert "Temporarily disable -Zrandomize-layout due to rustc ICE" Fixed in nightly-2023-07-23. This reverts commit c71dd29c3577145bf20ebf9188f6c48615acf767. --- .github/workflows/ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4e774fc..296381c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -57,7 +57,6 @@ jobs: components: rust-src - name: Enable type layout randomization run: echo RUSTFLAGS=${RUSTFLAGS}\ -Zrandomize-layout >> $GITHUB_ENV - if: false # FIXME https://github.com/rust-lang/rust/issues/113941 - run: cargo test - run: cargo test --no-default-features - 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