pyo3/tests/ui
kngwyu 2cd466dc46 Bound 'py lifetime by GILPool when it's possible 2020-04-12 23:55:23 +09: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 Refactor to clean up property descriptor macros 2020-02-08 18:57:30 +00:00
invalid_property_args.stderr Refactor to clean up property descriptor macros 2020-02-08 18:57:30 +00:00
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 Add #[name = "foo"] attribute to #[pymethods] 2019-12-17 17:45:53 +00:00
invalid_pymethod_names.stderr Address comments from PR#692 2019-12-18 14:26:25 +00:00
missing_clone.rs FromPyObject for #[pyclass] with T: Clone 2020-01-24 08:57:28 +00:00
missing_clone.stderr Fix PySelf and AsPyRef 2020-02-16 23:54:55 +09:00
reject_generics.rs Reject generics explicitly for #[pyclass] 2019-06-05 18:46:17 +09:00
reject_generics.stderr Update UI test 2019-09-23 19:26:34 +09:00
static_ref.rs Bound 'py lifetime by GILPool when it's possible 2020-04-12 23:55:23 +09:00
static_ref.stderr Bound 'py lifetime by GILPool when it's possible 2020-04-12 23:55:23 +09:00