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