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
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.
cratesfyi=> select count(*) from releases inner join crates on releases.id = crates.latest_version_id where doc_rustc_version like '%2021-04-24%';
count
-------
1065
(1 row)
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
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: