-
Notifications
You must be signed in to change notification settings - Fork 198
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
calloop not found #2359
Comments
this is an odd failure, and I'm not sure what to make of it.
Often these kind of errors relate to the selected features in docs.rs metadata, but I don't see how this can happen here. @Nemo157 any quick idea? Otherwise I'll also start digging |
The issue is almost certainly the |
@Nemo157 thanks for the insight. As you can see from the linked issue, Cargo explicitly allows activating features of a dependency within the workspace from the command-line, but not otherwise (except some corner-cases which are bugs). I think a decision should be made here to do one of the following:
|
I don't know how we would do 1, that would need some support from cargo to allow something like If rust-lang/cargo#3629 were fixed that should do 2, the |
Crate name
kas-resvg, kas-dylib
Build failure link
https://docs.rs/crate/kas-resvg/0.14.2/builds/1059227
https://docs.rs/crate/kas-dylib/0.14.2/builds/1059229
Additional details
Build fails with:
I can't reproduce locally. Is docs.rs using an outdated crates.io cache?
Weirdly, other crates which should be similarly affected (e.g.
kas
) are not.The text was updated successfully, but these errors were encountered: