about summary refs log tree commit diff
path: root/src/test/ui/issues/issue-75906.rs
AgeCommit message (Collapse)AuthorLines
2022-11-20Move testsCaio-13/+0
2020-10-26resolve: private fields in tuple struct ctor diagDavid Wood-0/+13
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>