salsa/tests/compile_fail.rs

7 lines
140 B
Rust
Raw Normal View History

2022-08-27 01:05:51 +00:00
#[rustversion::stable]
#[test]
fn compile_fail() {
let t = trybuild::TestCases::new();
t.compile_fail("tests/compile-fail/*.rs");
}