// Tests for the derive macro #[test] fn derive() { let t = trybuild::TestCases::new(); t.compile_fail("tests/derive/*.rs"); } // Tests for the attribute macro #[test] fn attribute() { let t = trybuild::TestCases::new(); t.compile_fail("tests/attribute/*.rs"); }