mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-07 09:13:07 +03:00
563f938ab3
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```