mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-28 20:16:58 +03:00
78599d83e7
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.