1 2 3 4 5 6 7 8 9 10
#[cfg(test)] extern crate grappler; mod macros; #[test] pub fn test_macros() { let t = trybuild::TestCases::new(); t.compile_fail("tests/macros/*-fail.rs"); }