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.