mirror of
https://github.com/salsa-rs/salsa.git
synced 2024-11-24 12:16:25 +00:00
6 lines
140 B
Rust
6 lines
140 B
Rust
#[rustversion::stable]
|
|
#[test]
|
|
fn compile_fail() {
|
|
let t = trybuild::TestCases::new();
|
|
t.compile_fail("tests/compile-fail/*.rs");
|
|
}
|