diff options
| author | Ralf Jung <post@ralfj.de> | 2023-07-10 10:16:05 +0200 |
|---|---|---|
| committer | Ralf Jung <post@ralfj.de> | 2023-07-10 10:16:05 +0200 |
| commit | a3fdf75d126a02da4c27fd9e1cc16bdc93a5f133 (patch) | |
| tree | 5803fda00e2ed5bfbff938e19453324144075fa4 /tests/mir-opt/lower_array_len.array_bound_mut.NormalizeArrayLen.panic-unwind.diff | |
| parent | d4034a2035d67637e044876c1e5801ef68d29889 (diff) | |
| parent | 743333f3dd90721461c09387ec73d09c080d5f5f (diff) | |
| download | rust-a3fdf75d126a02da4c27fd9e1cc16bdc93a5f133.tar.gz rust-a3fdf75d126a02da4c27fd9e1cc16bdc93a5f133.zip | |
Merge from rustc
Diffstat (limited to 'tests/mir-opt/lower_array_len.array_bound_mut.NormalizeArrayLen.panic-unwind.diff')
| -rw-r--r-- | tests/mir-opt/lower_array_len.array_bound_mut.NormalizeArrayLen.panic-unwind.diff | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/mir-opt/lower_array_len.array_bound_mut.NormalizeArrayLen.panic-unwind.diff b/tests/mir-opt/lower_array_len.array_bound_mut.NormalizeArrayLen.panic-unwind.diff index 6c450067cc4..eb81e0eea2c 100644 --- a/tests/mir-opt/lower_array_len.array_bound_mut.NormalizeArrayLen.panic-unwind.diff +++ b/tests/mir-opt/lower_array_len.array_bound_mut.NormalizeArrayLen.panic-unwind.diff @@ -25,7 +25,7 @@ StorageLive(_6); StorageLive(_7); _7 = &(*_2); - _6 = move _7 as &[u8] (Pointer(Unsize)); + _6 = move _7 as &[u8] (PointerCoercion(Unsize)); StorageDead(_7); - _5 = Len((*_6)); + _5 = const N; |
