summary refs log tree commit diff
path: root/src/test/compile-fail/struct-variant-no-fields.rs
AgeCommit message (Collapse)AuthorLines
2015-02-16Move remaning compile-fail tests that are rejected by the parser to parse-failFlorian Hahn-13/+0
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