about summary refs log tree commit diff
path: root/src/test/compile-fail/issue-1871.rs
AgeCommit message (Collapse)AuthorLines
2012-12-10Reliciense makefiles and testsuite. Yup.Graydon Hoare-0/+10
2012-12-01Fix some compile-fail testsBrian Anderson-1/+1
2012-11-21Introduce a T_err type for type errorsTim Chevalier-3/+4
This allows more errors to be non-fatal, as per #1871. I only went through and started changing span_fatal to span_err in check.rs. There are probably more errors that could be made non-fatal. So if you see derived type errors appearing from now on, file a bug! r=graydon Closes #1871
2012-04-12Add a run-fail test for result::get, get rid of a FIXME. Also some random ↵Tim Chevalier-0/+11
other tests, mostly xfailed.