diff options
| author | bors <bors@rust-lang.org> | 2024-04-03 10:30:34 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2024-04-03 10:30:34 +0000 |
| commit | 99c42d234064bede688a02d7076d369ecce1a513 (patch) | |
| tree | 9be03b880d078ec6b63fd5b97689a8522add40a2 /tests/mir-opt/lower_array_len.array_len_raw.NormalizeArrayLen.panic-unwind.diff | |
| parent | c7491b97331afb79189d029c7ae7554010a2b187 (diff) | |
| parent | a277c901d95c5fcbb3dbd6608731eebb9e1a01ce (diff) | |
| download | rust-99c42d234064bede688a02d7076d369ecce1a513.tar.gz rust-99c42d234064bede688a02d7076d369ecce1a513.zip | |
Auto merge of #123322 - matthewjasper:remove-mir-unsafeck, r=lcnr,compiler-errors
Remove MIR unsafe check Now that THIR unsafeck is enabled by default in stable I think we can remove MIR unsafeck entirely. This PR also removes safety information from MIR.
Diffstat (limited to 'tests/mir-opt/lower_array_len.array_len_raw.NormalizeArrayLen.panic-unwind.diff')
| -rw-r--r-- | tests/mir-opt/lower_array_len.array_len_raw.NormalizeArrayLen.panic-unwind.diff | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/mir-opt/lower_array_len.array_len_raw.NormalizeArrayLen.panic-unwind.diff b/tests/mir-opt/lower_array_len.array_len_raw.NormalizeArrayLen.panic-unwind.diff index f9f73bf991d..633a344a2ed 100644 --- a/tests/mir-opt/lower_array_len.array_len_raw.NormalizeArrayLen.panic-unwind.diff +++ b/tests/mir-opt/lower_array_len.array_len_raw.NormalizeArrayLen.panic-unwind.diff @@ -14,8 +14,6 @@ let _5: *const [u8]; scope 2 { debug arr => _5; - scope 3 { - } } } |
