mirror of
https://github.com/rust-lang/rust.git
synced 2026-01-20 16:50:41 +00:00
This commit improves the diagnostic emitted when a tuple struct is being constructed which has private fields so that private fields are labelled and the message is improved. Signed-off-by: David Wood <david@davidtw.co>