summary refs log tree commit diff
path: root/src/test/compile-fail/deriving-primitive.rs
AgeCommit message (Expand)AuthorLines
2015-01-08Update compile fail tests to use usize.Huon Wilson-1/+1
2015-01-08Update compile fail tests to use isize.Huon Wilson-5/+5
2015-01-02Use `derive` rather than `deriving` in testsNick Cameron-4/+4
2014-11-15Un-feature gate struct variantsSteven Fackler-2/+0
2014-03-28Convert most code to new inner attribute syntax.Brian Anderson-1/+1
2013-10-06Add appropriate #[feature] directives to testsAlex Crichton-0/+2
2013-10-05test: fix the tests for windowsErick Tryzelaar-1/+1
2013-10-02test: add compile-fail test for #[deriving(FromPrimitive)]Erick Tryzelaar-0/+34