Matthias Krüger 988137c040
Rollup merge of #135377 - compiler-errors:impossible-step, r=oli-obk
Make MIR cleanup for functions with impossible predicates into a real MIR pass

It's a bit jarring to see the body of a function with an impossible-to-satisfy where clause suddenly go to a single `unreachable` terminator when looking at the MIR dump output in order, and I discovered it's because we manually replace the body outside of a MIR pass.

Let's make it into a fully flegded MIR pass so it's more clear what it's doing and when it's being applied.
2025-01-12 12:07:58 +01:00
..
2025-01-11 11:34:01 +00:00
2025-01-11 11:34:01 +00:00
2025-01-11 11:34:01 +00:00
2025-01-11 11:34:01 +00:00
2024-09-24 14:25:16 -07:00
2025-01-11 11:34:01 +00:00
2025-01-11 11:34:01 +00:00
2025-01-11 11:34:01 +00:00
2025-01-11 11:34:01 +00:00
2025-01-11 11:34:01 +00:00
2024-11-23 13:52:57 +01:00
2025-01-11 11:34:01 +00:00
2024-12-22 06:12:39 -08:00
2025-01-11 11:34:01 +00:00
2024-11-26 10:45:21 +00:00
2025-01-11 15:56:58 -08:00
2025-01-10 18:37:55 +00:00
2025-01-11 11:34:01 +00:00
2025-01-11 11:34:01 +00:00
2024-11-26 10:45:21 +00:00
2025-01-11 11:34:01 +00:00