Skip to content

Commit 3fdbc0f

Browse files
committed
fix referenced issue
1 parent bb9db2b commit 3fdbc0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/run-pass/float.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// 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/76433).
2+
// FIXME: Using opt-level 2 here makes the test take forever (https://github.com/rust-lang/rust/issues/73717).
33
#![feature(stmt_expr_attributes, test)]
44
use std::fmt::Debug;
55
use std::hint::black_box;

0 commit comments

Comments
 (0)