rust/compiler/rustc_middle
bors daf59857d6 Auto merge of #137704 - nnethercote:opt-empty-prov-range-checks, r=oli-obk
Optimize empty provenance range checks.

Currently it gets the pointers in the range and checks if the result is empty, but it can be done faster if you combine those two steps.

r? `@oli-obk`
2025-03-02 22:41:17 +00:00
..
2025-02-18 13:22:45 +01:00

For more information about how rustc works, see the rustc dev guide.