mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-07 09:13:07 +03:00
04ab4a3471
By the same logic that `mem::forget` is safe, `boxed::into_raw` is actually a safe function. Fixes #25755.