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