Skip to content

Commit 9092ffb

Browse files
Rollup merge of #126580 - GuillaumeGomez:add-missing-annotation, r=bjorn3
Add `run-make/const_fn_mir` missing test annotation Fixes comment from #126270. r? `@bjorn3`
2 parents 020c077 + 20d6485 commit 9092ffb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Diff for: 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)