2023-10-05 22:59:03 +00:00
|
|
|
error: use of deprecated constant `pyo3::impl_::deprecations::PYMETHODS_NEW_DEPRECATED_FORM`: use `#[new]` instead of `#[__new__]`
|
2023-11-27 22:02:19 +00:00
|
|
|
--> tests/ui/deprecations.rs:10:7
|
2023-10-05 22:59:03 +00:00
|
|
|
|
|
2023-11-27 22:02:19 +00:00
|
|
|
10 | #[__new__]
|
2023-10-05 22:59:03 +00:00
|
|
|
| ^^^^^^^
|
|
|
|
|
|
|
|
|
note: the lint level is defined here
|
|
|
|
--> tests/ui/deprecations.rs:1:9
|
|
|
|
|
|
|
|
|
1 | #![deny(deprecated)]
|
|
|
|
| ^^^^^^^^^^
|