mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-07 09:13:07 +03:00
bd138e2ae1
avoid transmuting Box when we can just cast raw pointers instead Always better to avoid a transmute, in particular when the layout assumptions it is making are not clearly documented. :)