mirror of
https://github.com/rust-lang/rust.git
synced 2025-10-23 13:28:48 +00:00

interpret/allocation: get_range on ProvenanceMap Helper method to grab all provenances in a given address range for an allocation, making some logic in Miri nicer.
For more information about how rustc works, see the rustc dev guide.