mlua/tests/compile_fail.rs

7 lines
132 B
Rust

#[test]
#[ignore]
fn test_compile_fail() {
let t = trybuild::TestCases::new();
t.compile_fail("tests/compile_fail/*.rs");
}