mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-18 14:07:13 +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```