mirror of
https://github.com/rust-lang/rust.git
synced 2025-10-06 20:27:48 +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.