mirror of
https://github.com/rust-lang/rust.git
synced 2025-10-08 05:06:52 +00:00

derive(SmartPointer): rewrite bounds in where and generic bounds Fix #127647 Due to the `Unsize` bounds, we need to commute the bounds on the pointee type to the new self type. cc ```@Darksonn```