Files
wgpu/tests/compile_tests/root.rs
2024-12-04 12:00:14 -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");
}