mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-28 20:16:58 +03:00
06eebbe6e7
Skip reporting item name when checking RPITIT GAT's associated type bounds hold Doesn't really make sense to label an item that has a name that users can't really mention. Fixes #114145. Also fixes #113794. r? `@spastorino`