From dae575c38f0d46e6a3b9144fa223384beddc8cc2 Mon Sep 17 00:00:00 2001 From: Ralf Jung Date: Wed, 23 Sep 2020 22:13:13 +0200 Subject: [PATCH] opt-level 3 is clean again :) --- ci.sh | 3 +-- rust-version | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/ci.sh b/ci.sh index 12683a2fccb..56a6f1228ab 100755 --- a/ci.sh +++ b/ci.sh @@ -25,8 +25,7 @@ function run_tests { ./miri test --locked if ! [ -n "${MIRI_TEST_TARGET+exists}" ]; then # Only for host architecture: tests with MIR optimizations - # FIXME: only testing level 2 because of . - MIRIFLAGS="-Z mir-opt-level=2" ./miri test --locked + MIRIFLAGS="-Z mir-opt-level=3" ./miri test --locked fi # "miri test" has built the sysroot for us, now this should pass without # any interactive questions. diff --git a/rust-version b/rust-version index 92bdd16b2be..16a773193d1 100644 --- a/rust-version +++ b/rust-version @@ -1 +1 @@ -41507ed0d57eba71adc20a021a19b64322162f04 +a6008fac97f81a3fc51668b0c7fa0e2e6f2a599b