mirror of
https://github.com/rust-lang/rust.git
synced 2025-10-28 11:38:01 +00:00
derive(SmartPointer): assume pointee from the single generic and better error messages Fix #129465 Actually RFC says that `#[pointee]` can be inferred when there is no ambiguity, or there is only one generic type parameter so to say. cc ```@Darksonn``` r? ```@compiler-errors```