mirror of
https://github.com/rust-lang/rust.git
synced 2025-12-04 07:49:32 +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.