mirror of
https://github.com/gfx-rs/wgpu.git
synced 2025-12-08 21:26:17 +00:00
8 lines
203 B
Rust
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");
|
|
}
|