about summary refs log tree commit diff
path: root/src/test/ui/issues/issue-75907.rs
AgeCommit message (Collapse)AuthorLines
2022-11-12Move testsCaio-18/+0
2022-10-13fix small word dupe typosRageking8-1/+1
2020-10-26resolve: private fields in tuple struct ctor diagDavid Wood-2/+2
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>
2020-09-11Give better diagnostic when using a private tuple struct constructorGus Wynn-0/+18