Skip to content

Can't complete the build of the crate #48

Description

@bkentropy

I’m not sure if this is user error or something going on in the crates but I have 18+ errors expecting cassandra::error::Error that all look like:

= note:  expected type 'std::result::Result<std::vec::Vec<u8>, cassandra::error::Error>' 
= note:  found type 'std::result::Result<std::vec::Vec<u8>, errors::Error>'

Pretty much all of the errors are looking for cassandra::error:Error. I suspect the error_chain! macro is not modifying the errors quite right. I was curious if you’ve heard about this problem before.

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