From 67cf6c21761a778d45784bc1189bdba7618a6ff1 Mon Sep 17 00:00:00 2001 From: Ralf Jung Date: Sun, 18 Oct 2020 00:49:52 +0200 Subject: [PATCH] rustup; the bad compile times for the float test are fixed --- rust-version | 2 +- tests/run-pass/float.rs | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/rust-version b/rust-version index e00bba686766..13526a3fac9b 100644 --- a/rust-version +++ b/rust-version @@ -1 +1 @@ -b5c9e2448c9ace53ad5c11585803894651b18b0a +043eca7f0b34d12e61c44206beca740628647080 diff --git a/tests/run-pass/float.rs b/tests/run-pass/float.rs index 62d9c6076608..d0df13490f0c 100644 --- a/tests/run-pass/float.rs +++ b/tests/run-pass/float.rs @@ -1,5 +1,3 @@ -// compile-flags: -Zmir-opt-level=0 -// FIXME: Using opt-level 2 here makes the test take forever (https://github.com/rust-lang/rust/issues/73717). #![feature(stmt_expr_attributes, test)] use std::fmt::Debug; use std::hint::black_box;