pyo3/tests/ui/invalid_immutable_pyclass_borrow.stderr

6 lines
286 B
Plaintext
Raw Normal View History

2021-11-22 08:26:34 +00:00
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`