mirror of
https://github.com/rust-lang/rust.git
synced 2025-10-27 19:16:36 +00:00
use strict provenance APIs The stdlib was adjusted to avoid bare int2ptr casts, but recently some casts of that sort have sneaked back in. Let's fix that. :)