You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
Hey @sassman, thanks for reporting the issue! I'll look into getting this fixed as soon as I can, and get Dependabot in here to keep things up-to-date. That's a good idea.
In the meantime, does one of the other installation methods work for you?
yes, brew install went good.
Unfortunately there is this issue:
cl
Error: there was an error when attempting to scan the .cl directory for change files
After creating the .cl dir manually it seems to work, although cannot confirm fully yet.
Because In a project without any tags (but with a long git log) there is just this output:
When installing cl via
cargo install cl
I'm running into the following error: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.
The text was updated successfully, but these errors were encountered: