-
Notifications
You must be signed in to change notification settings - Fork 203
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
Please update compiler to 1.28 (or 1.29, or 1.30 etc) #233
Comments
Or to 1.29 which was just released. @onur is there anyway we can help with this? |
Or to nightly 1.30 |
As this issue has been lingering for a month without a reply (except for others also affected by the same issue), I've tried raising it here: https://internals.rust-lang.org/t/whats-the-state-of-docs-rs/8535 |
Recent docs.rs failures, as well as the failure linked at top of this issues, show versions as follows: https://docs.rs/crate/futures-preview/0.3.0-alpha.8/builds/121935
Where the rustc sha matches the merge: onur/rust@b9bf4f162. So rustc 1.28.0-nightly (4ecf12bf0 2018-06-02) is a close approximation which can still be installed with rustup (e.g. |
Work is ongoing on this front now, but will take some time. https://github.com/onur/docs.rs/pull/243 is a start. You can see unofficial in-development progress (very much beta) at http://docsrs.csail.mit.edu/. |
Now that #243 is merged, docs.rs is using |
Will failed builds be requeued or do we have to publish new versions? @QuietMisdreavus |
Most failed builds have been rebuilt. If you find something that hasn't been rebuilt this week, please report it into the "missing crates" issue (#23) so we can look into it. |
Hello,
It seems like docs for my crate failed to build with this error:
It builds fine with 1.28 stable, so I'm guessing that the compiler needs updating?
Thanks for an awesome service anyhow :-)
The text was updated successfully, but these errors were encountered: