mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-28 11:17:26 +03:00
09974dfc69
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.