-
Notifications
You must be signed in to change notification settings - Fork 13.6k
Correctly handle when there are no unstable items in the documented crate #145349
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
Conversation
r? @notriddle rustbot has assigned @notriddle. Use |
Some changes occurred in HTML/CSS/JS. |
Just curious, is there any more minimal way to reproduce the bug locally? |
I couldn't find one. It's very frustrating. |
I'm wondering if it would be something like "document crate X with an old rustdoc version, then redocument it with a new rustdoc version" in a such way that the generated |
We always link to the right JS files, so I don't think it would trigger it (just tested and I confirm it didn't). |
@bors r=lolbinarycat,fmease rollup |
…ch, r=lolbinarycat,fmease Correctly handle when there are no unstable items in the documented crate Fixes rust-lang#145287. cc `@lolbinarycat`
…ch, r=lolbinarycat,fmease Correctly handle when there are no unstable items in the documented crate Fixes rust-lang#145287. cc ``@lolbinarycat``
Rollup of 9 pull requests Successful merges: - #144761 (aarch64: Make `outline-atomics` a known target feature) - #144949 (More `Printer` cleanups) - #144955 (search graph: lazily update parent goals) - #144962 (Add aarch64_be-unknown-none-softfloat target) - #145153 (Handle macros with multiple kinds, and improve errors) - #145241 ([AVR] Changed data_layout) - #145341 (Install libgccjit into the compiler's sysroot when cg_gcc is enabled) - #145349 (Correctly handle when there are no unstable items in the documented crate) - #145356 (Add another example for escaped `#` character in doctest in rustdoc book) r? `@ghost` `@rustbot` modify labels: rollup
…fmease [rustdoc] Revert "rustdoc search: prefer stable items in search results" Reverts rust-lang#141658 and reverts rust-lang#145349. Reopens rust-lang#138067. r? `@fmease`
Fixes #145287.
cc @lolbinarycat