mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-24 17:57:17 +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.