From 3fdbc0fd3f4e0117d708cac58b35fa841eed19af Mon Sep 17 00:00:00 2001 From: Ralf Jung Date: Mon, 7 Sep 2020 13:10:31 +0200 Subject: [PATCH] fix referenced issue --- tests/run-pass/float.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/run-pass/float.rs b/tests/run-pass/float.rs index 327ea17731a..88f841eae74 100644 --- a/tests/run-pass/float.rs +++ b/tests/run-pass/float.rs @@ -1,5 +1,5 @@ // compile-flags: -Zmir-opt-level=0 -// FIXME: Using opt-level 2 here makes the test take forever (https://github.com/rust-lang/rust/issues/76433). +// 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;