mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-05 07:26:48 +00:00
add Box::as_ptr and Box::as_mut_ptr methods Unstably implements https://github.com/rust-lang/libs-team/issues/355. Tracking issue: https://github.com/rust-lang/rust/issues/129090. r? libs-api
For more information about how rustc works, see the rustc dev guide.