summary refs log tree commit diff
path: root/src/test/ui/struct-field-init-syntax.stderr
AgeCommit message (Collapse)AuthorLines
2018-02-26Update UI testsVadim Petrochenkov-2/+2
2017-10-11Add error for comma after base struct fieldBadel2-0/+18
`let x = { ..default(), } // This comma is an error`