summary refs log tree commit diff
path: root/src/test/compile-fail/match-struct.rs
AgeCommit message (Expand)AuthorLines
2016-05-02update test cases to reflect new messagesNiko Matsakis-4/+3
2015-01-12Fix testsuite errorsmdinger-1/+6
2015-01-08Update compile fail tests to use isize.Huon Wilson-2/+2
2014-11-17Switch to purely namespaced enumsSteven Fackler-1/+1
2014-08-24Adjust the error messages to match the pattern "expected foo, found bar"Jonas Hietala-1/+1
2014-06-23libsyntax: Disallow struct literals after `if`, `while`, `match`, andPatrick Walton-1/+1
2014-02-07Added tests to make tidyDerek Guenther-0/+10
2013-02-28Fix reversed current/expected typeJeong YunWon-2/+1
2013-02-20Check type when struct is matched against enum-like patternSeo Sanghyeon-0/+11