8 lines
193 B
Plaintext
8 lines
193 B
Plaintext
error: #[pyclass] cannot have generic parameters
|
|
--> $DIR/reject_generics.rs:4:25
|
|
|
|
|
4 | struct ClassWithGenerics<A> {
|
|
| ^^^
|
|
|
|
error: Could not compile `pyo3-tests`.
|