mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-28 19:27:30 +03:00
a59efc61f9
Generalize `unsize` and `unsize_into` destinations Just something that I noticed during other work. We do this for most such functions, so let's do it here, too. r? ``@RalfJung``