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` |
||
|---|---|---|
| .. | ||
| call.rs | ||
| cast.rs | ||
| discriminant.rs | ||
| eval_context.rs | ||
| intern.rs | ||
| intrinsics.rs | ||
| machine.rs | ||
| memory.rs | ||
| mod.rs | ||
| operand.rs | ||
| operator.rs | ||
| place.rs | ||
| projection.rs | ||
| stack.rs | ||
| step.rs | ||
| traits.rs | ||
| util.rs | ||
| validity.rs | ||
| visitor.rs | ||