about summary refs log tree commit diff
path: root/src/test/compile-fail/issue-5358.rs
AgeCommit message (Collapse)AuthorLines
2013-05-03rustc: Handle struct patterns where the expected type is an enumTim Chevalier-0/+17
Previously, rustc would ICE if you matched on an enum-typed thing with a structure pattern. Error out correctly.