Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Correctly mark parameter
RustMappingRegions
as pointer-to-const
The regions don't need to be mutable because we pass a copy of them to LLVM instead, and this matches the `*const` in the Rust-side signature.
- Loading branch information