mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-25 13:47:23 +00:00
To accurately reflect that RPITIT assoc items don't have a name. This avoids the use of `kw::Empty` to mean "no name", which is error prone. Helps with #137978.
For high-level intro to how type checking works in rustc, see the type checking chapter of the rustc dev guide.