aboutsummaryrefslogtreecommitdiff
path: root/src/test/compile-fail/constructor-as-cast.rs
Commit message (Collapse)AuthorAgeFilesLines
* Assume xfail-stage0 implies stage1 and stage2 in tests, for now.Graydon Hoare2011-05-031-0/+2
|
* Switch xfail system to use comments embedded in source files.Graydon Hoare2011-03-251-0/+1
|
* Add a test for an obvious-seeming (but not actually legal) kind of cast ↵Graydon Hoare2010-07-191-0/+13
attempted in issue #115, downgrade bug to an err in type.ml so you get a better message.