salsa/tests/compile_fail.rs
2024-06-18 09:40:21 +02:00

7 lines
140 B
Rust

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