mirror of
https://github.com/salsa-rs/salsa.git
synced 2025-01-23 13:10:19 +00:00
6 lines
117 B
Rust
6 lines
117 B
Rust
|
#[test]
|
||
|
fn compile_fail() {
|
||
|
let t = trybuild::TestCases::new();
|
||
|
t.compile_fail("tests/compile-fail/*.rs");
|
||
|
}
|