-
Notifications
You must be signed in to change notification settings - Fork 12.8k
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
Regression in crate ipfs-api on 1.30 beta #54386
Comments
visiting for triage. P-high. |
It would be great to bisect this with https://github.com/rust-lang-nursery/cargo-bisect-rustc |
Assigning @petrochenkov (but they should feel free to unassign themselves if they are unable to commit time to this.) |
It might be caused by the explicit import of something named use response::serde;
// ...
#[derive(Debug, Deserialize)]
#[serde(rename_all = "PascalCase")]
pub struct PinAddResponse { EDIT: |
Crater found more regressions similar to this.
|
I was surprised to wake up to this today as I thought crater only ran against crates published on crates.io, which gitplz isn't. In any case, I have a EDIT I've merged my |
We also test repositories on GitHub |
Minimized in #54471 (comment) |
Closing as duplicate of #54471 |
The crate ipfs-api on version 0.5.0-alpha2 builds fine on stable. On beta and nightly fails with 84 name resolution errors. There are multiple instances of this error:
Ping @petrochenkov who is an expert here.
Ping crate author @ferristseng.
The text was updated successfully, but these errors were encountered: