pyo3 0.8.5

Bindings to Python interpreter
Documentation
1
2
3
4
5
6
7
#[test]
fn test_compile_errors() {
    let t = trybuild::TestCases::new();
    t.compile_fail("tests/ui/reject_generics.rs");
    t.compile_fail("tests/ui/too_many_args_to_getter.rs");
    t.compile_fail("tests/ui/invalid_pymethod_names.rs");
}