mirror of
https://github.com/mlua-rs/mlua
synced 2026-06-08 16:05:43 +00:00
7 lines
132 B
Rust
7 lines
132 B
Rust
#[test]
|
|
#[ignore]
|
|
fn test_compile_fail() {
|
|
let t = trybuild::TestCases::new();
|
|
t.compile_fail("tests/compile_fail/*.rs");
|
|
}
|