radicle-cli icon indicating copy to clipboard operation
radicle-cli copied to clipboard

`cargo check --all-features` fails

Open slack-coder opened this issue 3 years ago • 0 comments

Cargo check should pass for all allowable features

    Checking radicle-cli v0.7.0-dev (/home/cypher/src/radicle-cli/cli)
error[E0432]: unresolved import `ethers::contract::abigen`
   --> cli/src/git-remote-rad.rs:175:9
    |
175 |     use ethers::contract::abigen;
    |         ^^^^^^^^^^^^^^^^^^^^^^^^ no `abigen` in `contract`

error: cannot determine resolution for the macro `abigen`
   --> cli/src/git-remote-rad.rs:187:5
    |
187 |     abigen!(
    |     ^^^^^^
    |
    = note: import resolution is stuck, try simplifying macro imports

error[E0433]: failed to resolve: use of undeclared type `EnsTextResolver`
   --> cli/src/git-remote-rad.rs:228:24
    |
228 |         let contract = EnsTextResolver::new(resolver, provider.into());
    |                        ^^^^^^^^^^^^^^^ use of undeclared type `EnsTextResolver`

Some errors have detailed explanations: E0432, E0433.
For more information about an error, try `rustc --explain E0432`.
error: could not compile `radicle-cli` due to 3 previous errors

slack-coder avatar Oct 18 '22 16:10 slack-coder