mirror of
https://github.com/rust-lang/rust.git
synced 2025-10-03 10:47:16 +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```