pyo3/tests/ui/deprecations.stderr

12 lines
354 B
Plaintext
Raw Normal View History

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
2022-07-14 22:03:46 +00:00
--> tests/ui/deprecations.rs:5:11
|
5 | #[pyclass(gc)]
| ^^
|
note: the lint level is defined here
--> tests/ui/deprecations.rs:1:9
|
1 | #![deny(deprecated)]
| ^^^^^^^^^^