about summary refs log tree commit diff
path: root/src/test/compile-fail/private_variant_2.rs
AgeCommit message (Expand)AuthorLines
2014-04-16rustc: Remove private enum variantsAlex Crichton-17/+0
2014-02-25test: Clean out the test suite a bitAlex Crichton-2/+1
2014-02-14extern mod => extern crateAlex Crichton-1/+1
2014-02-11Change `xfail` directives in compiletests to `ignore`, closes #11363Florian Hahn-2/+3
2013-02-14librustc: Replace `impl Type : Trait` with `impl Trait for Type`. rs=implflip...Patrick Walton-1/+1
2012-12-10Reliciense makefiles and testsuite. Yup.Graydon Hoare-0/+10
2012-11-30Disallow dereferencing enum types when the variant is privateTim Chevalier-0/+7