summary refs log tree commit diff
path: root/src/test/compile-fail/empty-struct-braces-pat-1.rs
AgeCommit message (Expand)AuthorLines
2016-10-04Move pattern resolution checks from typeck to resolveVadim Petrochenkov-2/+2
2016-07-08Rewrite check_pat_enum, split it into check_pat_tuple_struct and check_pat_pathVadim Petrochenkov-2/+4
2016-02-29std: Stabilize APIs for the 1.8 releaseAlex Crichton-2/+0
2016-01-21resolve: Fix variant namespacingVadim Petrochenkov-1/+1
2016-01-15Preserve struct/variant kinds in metadataVadim Petrochenkov-4/+17
2015-11-19Fix various bugs around empty structs and patternsVadim Petrochenkov-6/+4
2015-10-13Test and gate empty structures and variants betterVadim Petrochenkov-0/+33