Files
rust/compiler
Matthias Krüger 72861ea7e2 Rollup merge of #137299 - nnethercote:simplify-PostOrder-customization, r=compiler-errors
Simplify `Postorder` customization.

`Postorder` has a `C: Customization<'tcx>` parameter, that gives it flexibility about how it computes successors. But in practice, there are only two `impls` of `Customization`, and one is for the unit type.

This commit simplifies things by removing the generic parameter and replacing it with an `Option`.

r? ````@saethlin````
2025-02-21 12:45:24 +01:00
..
2025-02-08 22:12:13 +00:00
2025-02-20 13:41:24 -06:00
2025-02-08 22:12:13 +00:00
2025-02-19 03:58:31 +00:00
2025-02-08 22:12:13 +00:00
2025-02-08 22:12:13 +00:00
2025-02-20 17:55:31 +00:00
2025-02-08 22:12:13 +00:00
2025-02-19 03:58:31 +00:00
2025-02-17 11:33:07 +00:00