mirror of
https://github.com/rust-lang/rust.git
synced 2024-12-04 12:44:40 +00:00
bd9785cce8
interpret: make read/write methods generic Instead of always having to call `into()` to convert things to `PlaceTy`/`OpTy`, make the relevant methods generic. This also means that when we read from an `MPlaceTy`, we avoid creating an intermediate `PlaceTy`. This makes it feasible to remove the `Copy` from `MPlaceTy`. All the other `*Ty` interpreter types already had their `Copy` removed a while ago so this is only consistent. (And in fact we had one function that accidentally took `MPlaceTy` instead of `&MPlaceTy`.) |
||
---|---|---|
.. | ||
src | ||
Cargo.toml | ||
messages.ftl |