mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-17 16:46:36 +00:00
Add documentation to boxed conversions Among other changes, documents whether allocations are necessary to complete the type conversion. Part of #51430, supersedes #89199