You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
StorageDead(_6); // scope 4 at $DIR/array-index-is-temporary.rs:16:26: 16:27
47
47
StorageLive(_7); // scope 3 at $DIR/array-index-is-temporary.rs:16:7: 16:8
48
48
_7 = _2; // scope 3 at $DIR/array-index-is-temporary.rs:16:7: 16:8
@@ -51,7 +51,7 @@ fn main() -> () {
51
51
assert(move _9, "index out of bounds: the length is {} but the index is {}", move _8, _7) -> bb2; // scope 3 at $DIR/array-index-is-temporary.rs:16:5: 16:9
52
52
}
53
53
54
-
bb2: {
54
+
bb2: { // preds: [bb1]
55
55
_1[_7] = move _5; // scope 3 at $DIR/array-index-is-temporary.rs:16:5: 16:29
56
56
StorageDead(_5); // scope 3 at $DIR/array-index-is-temporary.rs:16:28: 16:29
57
57
StorageDead(_7); // scope 3 at $DIR/array-index-is-temporary.rs:16:29: 16:30
StorageDead(_6); // scope 4 at $DIR/array-index-is-temporary.rs:16:26: 16:27
47
47
StorageLive(_7); // scope 3 at $DIR/array-index-is-temporary.rs:16:7: 16:8
48
48
_7 = _2; // scope 3 at $DIR/array-index-is-temporary.rs:16:7: 16:8
@@ -51,7 +51,7 @@ fn main() -> () {
51
51
assert(move _9, "index out of bounds: the length is {} but the index is {}", move _8, _7) -> bb2; // scope 3 at $DIR/array-index-is-temporary.rs:16:5: 16:9
52
52
}
53
53
54
-
bb2: {
54
+
bb2: { // preds: [bb1]
55
55
_1[_7] = move _5; // scope 3 at $DIR/array-index-is-temporary.rs:16:5: 16:29
56
56
StorageDead(_5); // scope 3 at $DIR/array-index-is-temporary.rs:16:28: 16:29
57
57
StorageDead(_7); // scope 3 at $DIR/array-index-is-temporary.rs:16:29: 16:30
0 commit comments