pyo3/tests/ui
David 33617bfffc Require Send for #[pyclass] 2020-06-08 02:06:15 +01:00
..
invalid_macro_args.rs Inhibit positional args after * 2020-03-06 14:01:27 +09:00
invalid_macro_args.stderr Inhibit positional args after * 2020-03-06 14:01:27 +09:00
invalid_property_args.rs
invalid_property_args.stderr
invalid_pyclass_args.rs Apply suggestions from code review 2020-03-23 13:18:38 +09:00
invalid_pyclass_args.stderr Apply suggestions from code review 2020-03-23 13:18:38 +09:00
invalid_pymethod_names.rs
invalid_pymethod_names.stderr
missing_clone.rs
missing_clone.stderr
reject_generics.rs
reject_generics.stderr
static_ref.rs Require Send for #[pyclass] 2020-06-08 02:06:15 +01:00
static_ref.stderr Require Send for #[pyclass] 2020-06-08 02:06:15 +01:00
wrong_aspyref_lifetimes.rs Fix lifetime safety bug of AsPyRef::as_ref(). (#876) 2020-04-20 18:44:31 +01:00
wrong_aspyref_lifetimes.stderr Fix lifetime safety bug of AsPyRef::as_ref(). (#876) 2020-04-20 18:44:31 +01:00