summary refs log tree commit diff
path: root/src/test/compile-fail/deriving-primitive.rs
AgeCommit message (Expand)AuthorLines
2017-02-16Refactor macro resolution errors + add derive macro suggestionsJosh Driver-1/+1
2017-02-05Move derive macro expansion into the MacroExpanderJosh Driver-1/+1
2016-02-04test #[derive(FromPrimitive)] triggers custom-derive errorAlex Burka-23/+4
2015-10-13Unify structures and enum variants in ASTVadim Petrochenkov-4/+4
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