mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-29 11:51:31 +03:00
bdf1941c12
docs: document trait upcasting rules in `Unsize` trait The trait upcasting feature stabilized in 1.86 added new `Unsize` implementation, but this wasn't reflected in the trait's documentation.