summary refs log tree commit diff
path: root/src/test/compile-fail/empty-struct-unit-pat.rs
AgeCommit message (Expand)AuthorLines
2016-01-15Preserve struct/variant kinds in metadataVadim Petrochenkov-12/+35
2016-01-13s/HARD ERROR/hard error/ -- perhaps the warning is enoughNiko Matsakis-2/+2
2016-01-12Fix test cases accordinglyNiko Matsakis-0/+2
2016-01-07updated test to reflect loosening of check (for issue #30379).Felix S. Klock II-2/+6
2015-11-19Add special case for `UnitVariant(..)` patternsVadim Petrochenkov-1/+1
2015-11-19Fix various bugs around empty structs and patternsVadim Petrochenkov-11/+10
2015-10-13Test and gate empty structures and variants betterVadim Petrochenkov-0/+40