pyo3/tests/ui
2020-09-05 10:20:22 +02:00
..
invalid_frompy_derive.rs Add compile fail tests for FromPyObject derives + some fixes. 2020-08-30 12:54:13 +02:00
invalid_frompy_derive.stderr More FromPyObject derive suggestions by @davidhewitt 2020-08-30 19:16:59 +02: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_need_module_arg_position.rs Doc fixes, changelog and rename. 2020-09-05 10:20:22 +02:00
invalid_need_module_arg_position.stderr Doc fixes, changelog and rename. 2020-09-05 10:20:22 +02: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 Introduce #[pyclass(unsendable)] 2020-06-30 12:30:17 +09:00
invalid_pymethod_names.rs
invalid_pymethod_names.stderr Allow #[getter] and #[setter] functions to take PyRef 2020-06-27 14:55:22 +01:00
invalid_pymethod_receiver.rs Allow #[getter] and #[setter] functions to take PyRef 2020-06-27 14:55:22 +01:00
invalid_pymethod_receiver.stderr Update UI tests for Rust 1.46 2020-08-29 09:22:00 +01:00
invalid_result_conversion.rs Allow other Result types in #[pyfunction] (#1118) 2020-08-29 08:25:20 +01:00
invalid_result_conversion.stderr Update UI tests for Rust 1.46 2020-08-29 09:22:00 +01:00
missing_clone.rs
missing_clone.stderr Update UI tests for Rust 1.46 2020-08-29 09:22:00 +01:00
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 Remove AsPyRef for just Py::as_ref 2020-08-09 22:47:54 +01:00
wrong_aspyref_lifetimes.stderr Fix lifetime safety bug of AsPyRef::as_ref(). (#876) 2020-04-20 18:44:31 +01:00