pyo3/tests/ui/invalid_immutable_pyclass_borrow.stderr
2022-02-08 18:08:18 +00:00

6 lines
286 B
Plaintext

error[E0277]: the trait bound `Foo: MutablePyClass` is not satisfied
--> tests/ui/invalid_immutable_pyclass_borrow.rs:10:33
|
10 | let borrow = foo.as_ref(py).borrow_mut();
| ^^^^^^^^^^ the trait `MutablePyClass` is not implemented for `Foo`