Revert "bootstrap: Enable rustdoc mergeable CCI for std and internal docs #161716" - #162339
Open
jieyouxu wants to merge 1 commit into
Open
Revert "bootstrap: Enable rustdoc mergeable CCI for std and internal docs #161716"#162339jieyouxu wants to merge 1 commit into
jieyouxu wants to merge 1 commit into
Conversation
Collaborator
|
|
Collaborator
|
Member
|
Weird. I thought I diffed the generated docs locally and they were essentially the same. Maybe I didn't diff the JS files.. 🤔 Thanks. @bors r+ |
Contributor
Contributor
|
☔ The latest upstream changes (presumably #162333) made this pull request unmergeable. Please resolve the merge conflicts by rebasing. This pull request was unapproved. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
cc #162334.
It seems that #161716 still has some issues with combining cross-crate info? Let's revert for now and reland once we figure out why we are regressing the search results 🤔 It's not obvious to me.
I built
rustc-docsdist component locally, and at least locally with #161716 reverted I can findrustc::ast::Attribute"normally" from the search results.This reverts commit a69a632, reversing changes made to c33d8f3.
r? @Kobzol (or notriddle/bootstrap/rustdoc)
cc @notriddle