mirror of
https://github.com/rust-lang/rust.git
synced 2026-06-01 22:18:23 +03:00
fix referenced issue
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user