mirror of
https://github.com/rust-lang/rust.git
synced 2025-12-03 04:27:48 +00:00
Fix span of redundant generic arguments Fixes #71563 Above issue is about lifetime arguments, but generic arguments also have same problem. This PR fixes both help messages.
For high-level intro to how type checking works in rustc, see the type checking chapter of the rustc dev guide.