2021-11-19 13:33:56 +00:00
error: use of deprecated constant `pyo3::impl_::deprecations::CALL_ATTRIBUTE`: use `fn __call__` instead of `#[call]`
--> tests/ui/deprecations.rs:10:7
2021-04-17 21:22:06 +00:00
|
2021-11-19 13:33:56 +00:00
10 | #[call]
| ^^^^
2021-04-17 21:22:06 +00:00
|
note: the lint level is defined here
2021-10-12 00:52:24 +00:00
--> tests/ui/deprecations.rs:1:9
2021-04-17 21:22:06 +00:00
|
1 | #![deny(deprecated)]
| ^^^^^^^^^^
2022-02-11 08:31:06 +00:00
error: use of deprecated constant `pyo3::impl_::deprecations::PYCLASS_GC_OPTION`: implement a `__traverse__` `#[pymethod]` instead of using `gc` option
--> tests/ui/deprecations.rs:14:11
|
14 | #[pyclass(gc)]
| ^^