pyo3/tests/test_compile_error.rs

7 lines
155 B
Rust
Raw Normal View History

#[test]
#[cfg(testkcovstopmarker)]
fn test_compile_errors() {
let t = trybuild::TestCases::new();
t.compile_fail("tests/ui/reject_generics.rs");
}