salsa/salsa-2022-tests/tests/compile_fail.rs

5 lines
117 B
Rust

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