Skip to content

Commit 515a676

Browse files
committed
robustify mir-opt
1 parent 40d6794 commit 515a676

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

tests/mir-opt/annotate-moves/async.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
//@ compile-flags: -Z annotate-moves -Z annotate-moves-size-limit=1 -C debuginfo=full
2+
//@ ignore-std-debug-assertions
23
//@ edition: 2021
34

45
#![crate_type = "lib"]

tests/mir-opt/annotate-moves/basic.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
//@ compile-flags: -Z annotate-moves -Z annotate-moves-size-limit=8 -C debuginfo=full
2+
//@ ignore-std-debug-assertions
23
//@ edition: 2021
34

45
#![crate_type = "lib"]

tests/mir-opt/annotate-moves/iter.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
//@ compile-flags: -Z annotate-moves -Z annotate-moves-size-limit=8 -C debuginfo=full
2+
//@ ignore-std-debug-assertions
23
//@ edition: 2021
34

45
#![crate_type = "lib"]

0 commit comments

Comments
 (0)