mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-18 16:48:46 +00:00
Reject SmartPointer constructions not serving the purpose Tracking issue: #123430 With this PR we will reject a row of malformed `SmartPointer` implementor candidates. cc `@Darksonn` `@davidtwco` for context.