We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d6fa54 commit 430d888Copy full SHA for 430d888
tests/mir-opt/copy-prop/issue_107511.rs
@@ -4,8 +4,9 @@
4
// EMIT_MIR issue_107511.main.CopyProp.diff
5
fn main() {
6
// CHECK-LABEL: fn main(
7
- // CHECK-NOT: StorageLive(_16);
8
- // CHECK-NOT: StorageDead(_16);
+ // CHECK: debug i => [[i:_.*]];
+ // CHECK-NOT: StorageLive([[i]]);
9
+ // CHECK-NOT: StorageDead([[i]]);
10
let mut sum = 0;
11
let a = [0, 10, 20, 30];
12
0 commit comments