diff options
| author | bors <bors@rust-lang.org> | 2023-06-28 07:13:12 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2023-06-28 07:13:12 +0000 |
| commit | 984d29d26069590786b47424c8ca205e4f4560cb (patch) | |
| tree | a400dcb280046d1e426076bd25df1b468aebe6b5 /tests/mir-opt/lower_array_len.array_bound.NormalizeArrayLen.panic-unwind.diff | |
| parent | 662388e17fe4f3a4252f63fd84c05cfd54cc13a0 (diff) | |
| parent | de9dc5916456f441286c35452416a3dec0b4c2c0 (diff) | |
| download | rust-984d29d26069590786b47424c8ca205e4f4560cb.tar.gz rust-984d29d26069590786b47424c8ca205e4f4560cb.zip | |
Auto merge of #2944 - oli-obk:rustup, r=oli-obk
Rustup
Diffstat (limited to 'tests/mir-opt/lower_array_len.array_bound.NormalizeArrayLen.panic-unwind.diff')
| -rw-r--r-- | tests/mir-opt/lower_array_len.array_bound.NormalizeArrayLen.panic-unwind.diff | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/mir-opt/lower_array_len.array_bound.NormalizeArrayLen.panic-unwind.diff b/tests/mir-opt/lower_array_len.array_bound.NormalizeArrayLen.panic-unwind.diff index 35a1e51a3ac..1cba0f27afa 100644 --- a/tests/mir-opt/lower_array_len.array_bound.NormalizeArrayLen.panic-unwind.diff +++ b/tests/mir-opt/lower_array_len.array_bound.NormalizeArrayLen.panic-unwind.diff @@ -42,7 +42,7 @@ _8 = _1; _9 = Len((*_2)); _10 = Lt(_8, _9); - assert(move _10, "index out of bounds: the length is {} but the index is {}", move _9, _8) -> bb3; + assert(move _10, "index out of bounds: the length is {} but the index is {}", move _9, _8) -> [success: bb3, unwind continue]; } bb3: { |
