-
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
Crates with docs built by the broken 2021-04-24 nightly should be rebuilt #1399
Comments
See also #464. This is possible but it will be a lot of crates:
|
I wonder, if this is still relevant few months later |
Are there any crates where the latest version was built with the broken nightly? |
@lf- yes
|
syphar
added
C-bug
Category: This is a bug
S-blocked
Status: marked as blocked ❌ on something else such as an RFC or other implementation work.
A-builds
Area: Building the documentation for a crate
labels
Aug 2, 2023
541 latest releases remained that were built this this nightly version. I just queued the rebuilds for these, with very low priority. |
syphar
removed
the
S-blocked
Status: marked as blocked ❌ on something else such as an RFC or other implementation work.
label
Sep 27, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
There was a bug fixed here: rust-lang/rust#84552 where impl blocks were closed by default, breaking links from search and making it hard to see struct methods. It was fixed a couple of days later, although there was no nightly for a week starting slightly before the fix was merged since rustfmt had a build breakage.
It appears that docs.rs has built some crates with this broken nightly version, for instance, chalk-ir: see this broken page https://docs.rs/chalk-ir/0.66.0/chalk_ir/struct.ConcreteConst.html and the crate builds page https://docs.rs/crate/chalk-ir/0.66.0/builds
These should be rebuilt :)
The text was updated successfully, but these errors were encountered: