mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-27 18:57:42 +03:00
db3d08421c
Add Sized supertrait for CoerceUnsized and DispatchFromDyn This is part of rust-lang/rust#149094. I did not include `Receiver` because I think it is correct to allow non-sized receivers.