Skip to content

Commit d5f2152

Browse files
authored
Unrolled build for rust-lang#126580
Rollup merge of rust-lang#126580 - GuillaumeGomez:add-missing-annotation, r=bjorn3 Add `run-make/const_fn_mir` missing test annotation Fixes comment from rust-lang#126270. r? `@bjorn3`
2 parents e23ae72 + 20d6485 commit d5f2152

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/run-make/const_fn_mir/rmake.rs

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
// The `needs-unwind -Cpanic=abort` gives a different MIR output.
22

3+
//@ needs-unwind
4+
35
use run_make_support::{cwd, diff, rustc};
46

57
fn main() {

0 commit comments

Comments
 (0)