mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-30 14:52:56 +03:00
daf59857d6
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`