pyo3/tests/ui
2021-06-24 22:34:55 +08:00
..
abi3_nativetype_inheritance.rs
abi3_nativetype_inheritance.stderr
deprecations.rs pymodule: accept #[pyo3(name = "...")] option 2021-06-06 08:41:20 +01:00
deprecations.stderr pymodule: accept #[pyo3(name = "...")] option 2021-06-06 08:41:20 +01:00
invalid_argument_attributes.rs
invalid_argument_attributes.stderr macros: support #[pyo3(name = "...")] 2021-05-07 22:35:52 +01:00
invalid_frompy_derive.rs
invalid_frompy_derive.stderr macros: support #[pyo3(name = "...")] 2021-05-07 22:35:52 +01:00
invalid_macro_args.rs
invalid_macro_args.stderr
invalid_need_module_arg_position.rs pyfn: deprecate name argument 2021-05-20 08:54:29 +01:00
invalid_need_module_arg_position.stderr
invalid_property_args.rs pyclass: allow #[pyo3(get, set, name = "foo")] 2021-06-04 11:30:40 +01:00
invalid_property_args.stderr pyclass: allow #[pyo3(get, set, name = "foo")] 2021-06-04 11:30:40 +01:00
invalid_pyclass_args.rs
invalid_pyclass_args.stderr
invalid_pyfunctions.rs pyfunction: better error message with async fn 2021-05-25 11:32:52 +01:00
invalid_pyfunctions.stderr pyfunction: better error message with async fn 2021-05-25 11:32:52 +01:00
invalid_pymethod_names.rs macros: support #[pyo3(name = "...")] 2021-05-07 22:35:52 +01:00
invalid_pymethod_names.stderr macros: support #[pyo3(name = "...")] 2021-05-07 22:35:52 +01:00
invalid_pymethod_receiver.rs
invalid_pymethod_receiver.stderr
invalid_pymethods.rs pyfunction: document #[pyo3(pass_module)] 2021-06-05 17:36:50 +01:00
invalid_pymethods.stderr pyfunction: document #[pyo3(pass_module)] 2021-06-05 17:36:50 +01:00
invalid_result_conversion.rs Add wrap_pyfunction macro to prelude 2021-06-24 22:34:55 +08:00
invalid_result_conversion.stderr Add wrap_pyfunction macro to prelude 2021-06-24 22:34:55 +08:00
missing_clone.rs
missing_clone.stderr
pyclass_send.rs
pyclass_send.stderr update error message for rust 1.53 2021-06-19 16:11:03 +02:00
reject_generics.rs
reject_generics.stderr
static_ref.rs
static_ref.stderr
wrong_aspyref_lifetimes.rs
wrong_aspyref_lifetimes.stderr