summary refs log tree commit diff
path: root/src/test/compile-fail/struct-variant-no-fields.rs
AgeCommit message (Collapse)AuthorLines
2014-11-16Disallow parsing of struct variants with 0 fieldsTom Jakubowski-0/+13
Make struct variant syntax more consistent with struct syntax and fix an assert in middle::typeck. Fix #19003