about summary refs log tree commit diff
path: root/src/test/compile-fail/pat-ref-enum.rs
AgeCommit message (Collapse)AuthorLines
2015-02-06Move compile-fail tests that are rejected by the parser to parse-failFlorian Hahn-18/+0
2015-01-08Update compile fail tests to use isize.Huon Wilson-1/+1
2013-01-25Fix Option camel case in a compile-fail testTyler Bindon-3/+3
The compile fails for another reason, that triggers before the the failure for non-camel cased option, some or none undefined errors.
2012-12-10Reliciense makefiles and testsuite. Yup.Graydon Hoare-0/+10
2012-08-06s/alt/match/... again.Niko Matsakis-1/+1
2012-08-06make `ref x` bindings produce region ptrs and fix various minor bugsNiko Matsakis-0/+8
we now detect inconsistent modes, binding names, and various other errors. typeck/trans integration is mostly done. borrowck not so much. more tests needed.