mirror of
https://github.com/rust-lang/rust.git
synced 2025-10-12 23:29:04 +00:00

interpret: rename Pointer::from_addr → from_addr_invalid This function corresponds to `ptr::invalid` in the standard library; the previous name was not clear enough IMO.