2025-02-23 14:06:34 -05:00

8 lines
203 B
Rust

// Tests that ensure that various constructs that should not compile do not compile.
#[test]
fn compile_fail() {
let t = trybuild::TestCases::new();
t.compile_fail("compile_tests/fail/*.rs");
}