mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-30 06:43:20 +03:00
e5ba69b927
Change `InterpCx::instantiate*` function visibility to pub For some ongoing work in Miri we need to be able to access `instantiate_from_current_frame_and_normalize_erasing_regions` and `instantiate_from_frame_and_normalize_erasing_regions` on `InterpCx`. r? `@RalfJung`