mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-23 22:05:31 +03:00
4f29ca386f
interpret: add read_machine_[ui]size convenience methods We have `read_pointer`, so it felt inconsistent to not also have these. r? ```@oli-obk```