Skip to content

Commit 2f390c0

Browse files
committed
Auto merge of #1585 - RalfJung:rustup, r=RalfJung
rustup; the bad compile times for the float test are fixed
2 parents 1b3a27c + 67cf6c2 commit 2f390c0

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

rust-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
b5c9e2448c9ace53ad5c11585803894651b18b0a
1+
043eca7f0b34d12e61c44206beca740628647080

tests/run-pass/float.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
// compile-flags: -Zmir-opt-level=0
2-
// FIXME: Using opt-level 2 here makes the test take forever (https://github.com/rust-lang/rust/issues/73717).
31
#![feature(stmt_expr_attributes, test)]
42
use std::fmt::Debug;
53
use std::hint::black_box;

0 commit comments

Comments
 (0)