You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: tests/ui/deprecations.stderr
-8Lines changed: 0 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -27,11 +27,3 @@ error: use of deprecated constant `__pyfunction_pyfunction_option_4::SIGNATURE`:
27
27
|
28
28
21 | fn pyfunction_option_4(
29
29
| ^^^^^^^^^^^^^^^^^^^
30
-
31
-
error: use of deprecated method `pyo3::impl_::pyclass::Deprecation::autogenerated_equality`: Implicit equality for simple enums is deprecated. Use `#[pyclass(eq, eq_int)]` to keep the current behavior.
32
-
--> tests/ui/deprecations.rs:28:1
33
-
|
34
-
28 | #[pyclass]
35
-
| ^^^^^^^^^^
36
-
|
37
-
= note: this error originates in the attribute macro `pyclass` (in Nightly builds, run with -Z macro-backtrace for more info)
Copy file name to clipboardExpand all lines: tests/ui/invalid_proto_pymethods.stderr
-11Lines changed: 0 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -40,17 +40,6 @@ note: candidate #2 is defined in an impl for the type `EqAndRichcmp`
40
40
| ^^^^^^^^^^^^
41
41
= note: this error originates in the macro `::pyo3::impl_::pyclass::generate_pyclass_richcompare_slot` which comes from the expansion of the attribute macro `pymethods` (in Nightly builds, run with -Z macro-backtrace for more info)
42
42
43
-
error[E0119]: conflicting implementations of trait `HasCustomRichCmp` for type `EqAndRichcmp`
44
-
--> tests/ui/invalid_proto_pymethods.rs:55:1
45
-
|
46
-
55 | #[pymethods]
47
-
| ^^^^^^^^^^^^
48
-
| |
49
-
| first implementation here
50
-
| conflicting implementation for `EqAndRichcmp`
51
-
|
52
-
= note: this error originates in the macro `::pyo3::impl_::pyclass::generate_pyclass_richcompare_slot` which comes from the expansion of the attribute macro `pymethods` (in Nightly builds, run with -Z macro-backtrace for more info)
53
-
54
43
error[E0592]: duplicate definitions with name `__pymethod___richcmp____`
0 commit comments