mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-30 06:43:20 +03:00
1bf1932453
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. :)