witty-crayon-22786
12/08/2017, 10:41 PMerror[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`