1
Fork 0
rust/compiler/rustc_const_eval
Ralf Jung ab225ade1e interpret: refactor projection handling code
Moves our projection handling code into a common file, and avoids the use of a
general mplace-based fallback function by have more specialized implementations.

mplace_index (and the other slice-related functions) could be more efficient by
copy-pasting the body of operand_index. Or we could do some trait magic to share
the code between them. But for now this is probably fine.
2022-07-11 22:50:46 -04:00
..
src interpret: refactor projection handling code 2022-07-11 22:50:46 -04:00
Cargo.toml Initial fixes on top of type interner commit 2022-05-28 11:38:22 -07:00