1 2 3 4 5 6 7 8 9
//! Compile-fail tests for the `#[scatter]` / `#[gather]` macros. #![cfg(not(miri))] #[test] #[cfg(not(linktime_used_linker))] fn compile_fail() { let t = trybuild::TestCases::new(); t.compile_fail("tests/errors/*.rs"); }