pyo3/tests/ui
scalexm b27ee3fd64 Allow `#[name]` with `#[getter]` and `#[setter]` 2021-03-18 19:35:17 +01:00
..
abi3_nativetype_inheritance.rs Assorted updates to the abi3 branch from review 2020-10-11 19:51:27 -04:00
abi3_nativetype_inheritance.stderr build: update for Rust 1.49 2020-12-31 18:16:02 +00:00
invalid_argument_attributes.rs add #[pyo3(from_py_with="...")] attribute (#1411) 2021-02-21 00:15:20 +09:00
invalid_argument_attributes.stderr add #[pyo3(from_py_with="...")] attribute (#1411) 2021-02-21 00:15:20 +09:00
invalid_frompy_derive.rs add #[pyo3(from_py_with="...")] attribute (#1411) 2021-02-21 00:15:20 +09:00
invalid_frompy_derive.stderr add #[pyo3(from_py_with="...")] attribute (#1411) 2021-02-21 00:15:20 +09:00
invalid_macro_args.rs Keyword only arguments (#1209) 2020-10-01 13:34:54 +09:00
invalid_macro_args.stderr macros-backend: improve error handling ergonomics 2021-01-10 10:25:43 +00: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 pyfunction: reject generic functions 2021-03-09 23:47:47 +00:00
invalid_property_args.rs Refactor to clean up property descriptor macros 2020-02-08 18:57:30 +00:00
invalid_property_args.stderr macros-backend: improve error handling ergonomics 2021-01-10 10:25:43 +00:00
invalid_pyclass_args.rs deprecate pyclass name without quotes 2020-12-12 11:11:11 +00:00
invalid_pyclass_args.stderr macros-backend: improve error handling ergonomics 2021-01-10 10:25:43 +00:00
invalid_pyfunctions.rs pyfunction: reject generic functions 2021-03-09 23:47:47 +00:00
invalid_pyfunctions.stderr pyfunction: reject generic functions 2021-03-09 23:47:47 +00:00
invalid_pymethod_names.rs Add #[name = "foo"] attribute to #[pymethods] 2019-12-17 17:45:53 +00:00
invalid_pymethod_names.stderr Allow `#[name]` with `#[getter]` and `#[setter]` 2021-03-18 19:35:17 +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 build: update for Rust 1.49 2020-12-31 18:16:02 +00:00
invalid_pymethods.rs pyfunction: reject generic functions 2021-03-09 23:47:47 +00:00
invalid_pymethods.stderr pyfunction: reject generic functions 2021-03-09 23:47:47 +00:00
invalid_result_conversion.rs Allow other Result types in `#[pyfunction]` (#1118) 2020-08-29 08:25:20 +01:00
invalid_result_conversion.stderr rust-1.48: fix tests and warnings 2020-11-19 12:49:29 +00:00
missing_clone.rs FromPyObject for #[pyclass] with T: Clone 2020-01-24 08:57:28 +00:00
missing_clone.stderr rust-1.48: fix tests and warnings 2020-11-19 12:49:29 +00:00
pyclass_send.rs pyclass: add !Send compile_error test 2021-01-05 23:25:28 +00:00
pyclass_send.stderr pyclass-impl: merge implementation traits 2021-02-18 08:19:07 +00:00
reject_generics.rs Reject generics explicitly for #[pyclass] 2019-06-05 18:46:17 +09:00
reject_generics.stderr macros-backend: improve error handling ergonomics 2021-01-10 10:25:43 +00:00
static_ref.rs Require Send for #[pyclass] 2020-06-08 02:06:15 +01:00
static_ref.stderr Convert callback_body_without_convert function to handle_panic function 2021-03-01 12:42:19 +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 rust-1.48: fix tests and warnings 2020-11-19 12:49:29 +00:00