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