Skip to content

Commit 3f5d02d

Browse files
committed
Fix ui test
1 parent 686f240 commit 3f5d02d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tests/ui/abi3_nativetype_inheritance.stderr

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ error[E0277]: pyclass `PyDict` cannot be subclassed
66
|
77
= help: the trait `PyClassBaseType` is not implemented for `PyDict`
88
= note: `PyDict` must have `#[pyclass(subclass)]` to be eligible for subclassing
9-
= note: with the `abi3` feature enabled, PyO3 does not support subclassing native types
9+
= note: subclassing native types requires Python >= 3.12 when using the `abi3` feature
1010
help: the trait `PyClassBaseType` is implemented for `PyAny`
1111
--> src/types/any.rs
1212
|
@@ -22,7 +22,7 @@ error[E0277]: pyclass `PyDict` cannot be subclassed
2222
|
2323
= help: the trait `PyClassBaseType` is not implemented for `PyDict`
2424
= note: `PyDict` must have `#[pyclass(subclass)]` to be eligible for subclassing
25-
= note: with the `abi3` feature enabled, PyO3 does not support subclassing native types
25+
= note: subclassing native types requires Python >= 3.12 when using the `abi3` feature
2626
help: the trait `PyClassBaseType` is implemented for `PyAny`
2727
--> src/types/any.rs
2828
|

0 commit comments

Comments
 (0)