rust/compiler/rustc_const_eval/src
Matthias Krüger e5ba69b927
Rollup merge of #139974 - Patrick-6:change-visibility, r=RalfJung
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`
2025-04-17 21:53:27 +02:00
..
check_consts Remove some unnecessary lifetimes. 2025-04-17 13:07:40 +10:00
const_eval Make LevelAndSource a struct 2025-04-03 09:17:55 +00:00
interpret Rollup merge of #139974 - Patrick-6:change-visibility, r=RalfJung 2025-04-17 21:53:27 +02:00
util rename BackendRepr::Vector → SimdVector 2025-02-28 17:17:45 +01:00
errors.rs Move eager translation to a method on Diag 2025-04-16 21:38:59 -04:00
lib.rs Remove recursion_limit increases. 2025-04-02 16:25:27 +11:00