#[test] fn compile_macros() { let t = trybuild::TestCases::new(); t.pass("tests/trybuild/simple.rs"); t.compile_fail("tests/trybuild/simple-fail.rs"); }