```error[E0507]: cannot move out of borrowed conte...
# development
r
Copy code
error[E0507]: cannot move out of borrowed content
   --> src/rust/engine/src/graph.rs:115:24
    |
115 |             let pool = context_factory.pool().expect("Uninitialized CpuPool!");
    |                        ^^^^^^^^^^^^^^^^^^^^^^ cannot move out of borrowed content

error: aborting due to previous error