mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-28 06:07:30 +00:00
Extend builtin/auto trait args with error when they have >1 argument Reuse `extend_with_error` to add error args to any auto trait (or built-in trait like `Copy` that is defined incorrectly) that has additional non-`Self` args. Fixes #117628