mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-07 09:13:07 +03:00
a4a5c976fe
Don't print "private fields" on empty tuple structs Closes #118180. While working on this I also noticed that empty struct variants are also rendered rather awkwardly. I'll make another issue for that, since I don't know what the correct rendering would be.