mirror of
https://github.com/rust-lang/rust.git
synced 2025-10-18 11:03:09 +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.