mirror of
https://github.com/salsa-rs/salsa.git
synced 2025-01-16 10:12:02 +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");
|
||
|
}
|