```error[E0308]: mismatched types --> src/ru...
# development
w
Copy code
error[E0308]: mismatched types
   --> src/rust/engine/process_execution/bazel_protos/src/remote_execution_grpc.rs:122:81
    |
122 |         self.client.unary_call_async(&METHOD_ACTION_CACHE_UPDATE_ACTION_RESULT, req, opt)
    |                                                                                 ^^^ expected struct `remote_execution::UpdateActionResultRequest`, found reference
    |
    = note: expected type `remote_execution::UpdateActionResultRequest`
               found type `&remote_execution::UpdateActionResultRequest`