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
..
2024-12-18 13:38:53 +11:00
2025-01-11 11:34:01 +00:00
2024-12-18 20:43:54 +08:00
2025-01-11 11:34:01 +00:00
2025-01-11 11:34:01 +00:00
2025-01-10 18:37:54 +00:00
2024-12-24 00:51:51 +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-12-18 20:43:55 +08:00
2025-01-06 18:43:40 -08:00
2025-01-11 11:34:01 +00:00
2025-01-10 18:37:54 +00:00
2024-12-18 13:38:53 +11:00
2025-01-11 11:34:01 +00:00
2025-01-11 20:50:39 +00:00
2025-01-11 11:34:01 +00:00
2025-01-11 15:56:53 -08:00
2025-01-11 11:34:01 +00:00
2025-01-11 11:34:01 +00:00
2024-12-18 11:01:54 +01:00
2025-01-11 20:50:39 +00:00
2025-01-10 07:08:28 +01:00
2025-01-11 11:34:01 +00:00
2024-12-18 13:38:53 +11:00
2024-12-27 10:57:46 +00:00
2025-01-11 11:34:01 +00:00
2025-01-11 11:34:01 +00:00
2025-01-10 18:37:54 +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
2025-01-11 11:34:01 +00:00
2024-12-05 20:07:26 +11: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
2025-01-11 11:34:01 +00:00
2024-12-10 01:29:43 -08:00
2024-12-18 11:01:54 +01:00
2024-11-26 10:45:21 +00:00
2025-01-11 11:34:01 +00:00