Skip to content
This repository was archived by the owner on Apr 8, 2024. It is now read-only.
This repository was archived by the owner on Apr 8, 2024. It is now read-only.

Build fails on Latest Commit #190

Description

@friddle

error[E0053]: method read has an incompatible type for trait
--> grpc-protobuf/src/lib.rs:25:5
|
25 | fn read(&self, buf: Bytes) -> grpc::Result {
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct bytes::bytes::Bytes, found struct bytes::Bytes
|
= note: expected fn pointer fn(&MarshallerProtobuf, bytes::bytes::Bytes) -> std::result::Result<_, _>
found fn pointer fn(&MarshallerProtobuf, bytes::Bytes) -> std::result::Result<_, _>
= note: perhaps two different versions of crate bytes are being used?

rustc 1.49.0 (e1884a8e3 2020-12-29)
commit e8a9b95

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions