mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-04 18:40:57 +03:00
29c6f5f603
Allow ptr_from_addr_cast to fail This is needed for https://github.com/rust-lang/miri/issues/2133: I would like to have an option in Miri to error when a int2ptr cast is executed.