-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
bugSomething isn't workingSomething isn't working
Description
When installing cl via cargo install cl I'm running into the following error:
Compiling derive-getters v0.1.1
error[E0433]: failed to resolve: could not find `__rt` in `quote`
--> /Users/d34dl0ck/.cargo/registry/src/github.com-1ecc6299db9ec823/err-derive-0.1.6/src/lib.rs:145:63
|
145 | fn display_body(s: &synstructure::Structure) -> Option<quote::__rt::TokenStream> {
| ^^^^ could not find `__rt` in `quote`
error: aborting due to previous error
For more information about this error, try `rustc --explain E0433`.
error: could not compile `err-derive`
To learn more, run the command again with --verbose.
warning: build failed, waiting for other jobs to finish...
error: failed to compile `cl v0.9.0`, intermediate artifacts can be found at `/var/folders/m8/084p1v0x4770rpwpkrgl5b6h0000gn/T/cargo-installP3F7eQ`
Caused by:
build failed
Context
❯ cargo --version && rustc --version
cargo 1.49.0 (d00d64df9 2020-12-05)
rustc 1.49.0 (e1884a8e3 2020-12-29)Suggestion
recently I discovered https://dependabot.com and added them to my rust crates, to keep all dependencies up to date.
dilawar
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working