mirror of
https://github.com/rust-lang/rust.git
synced 2025-10-27 11:05:06 +00:00
interpret: make MemPlace, Place, Operand types private to the interpreter Outside the interpreter, only the typed versions should be used.
For more information about how rustc works, see the rustc dev guide.