about summary refs log tree commit diff
path: root/src/test/compile-fail/struct-literal-in-if.rs
AgeCommit message (Expand)AuthorLines
2015-02-06Move compile-fail tests that are rejected by the parser to parse-failFlorian Hahn-28/+0
2015-01-08Update compile fail tests to use isize.Huon Wilson-1/+1
2014-12-04Make the parser’s ‘expected <foo>, found <bar>’ errors more accurateP1start-1/+1
2014-06-23libsyntax: Disallow struct literals after `if`, `while`, `match`, andPatrick Walton-0/+28