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