-
Notifications
You must be signed in to change notification settings - Fork 12.8k
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
rustdoc search is broken #118242
Labels
A-rustdoc-search
Area: Rustdoc's search feature
C-bug
Category: This is a bug.
regression-untriaged
Untriaged performance or correctness regression.
T-rustdoc
Relevant to the rustdoc team, which will review and decide on the PR/issue.
Comments
rustbot
added
the
needs-triage
This issue may need triage. Remove it if it has been sufficiently triaged.
label
Nov 24, 2023
Firefox prints those errors:
with @rustbot label -needs-triage +T-rustdoc +A-rustdoc-search +regression-untriaged |
rustbot
added
A-rustdoc-search
Area: Rustdoc's search feature
regression-untriaged
Untriaged performance or correctness regression.
T-rustdoc
Relevant to the rustdoc team, which will review and decide on the PR/issue.
I-prioritize
Issue: Indicates that prioritization has been requested for this issue.
and removed
needs-triage
This issue may need triage. Remove it if it has been sufficiently triaged.
labels
Nov 24, 2023
notriddle
added a commit
to notriddle/rust
that referenced
this issue
Nov 24, 2023
notriddle
added a commit
to notriddle/rust
that referenced
this issue
Nov 24, 2023
fmease
added a commit
to fmease/rust
that referenced
this issue
Nov 25, 2023
…, r=GuillaumeGomez rustdoc-search: avoid infinite where clause unbox Fixes rust-lang#118242
rust-timer
added a commit
to rust-lang-ci/rust
that referenced
this issue
Nov 25, 2023
Rollup merge of rust-lang#118251 - notriddle:notriddle/less-recursion, r=GuillaumeGomez rustdoc-search: avoid infinite where clause unbox Fixes rust-lang#118242
apiraino
removed
the
I-prioritize
Issue: Indicates that prioritization has been requested for this issue.
label
Nov 27, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
A-rustdoc-search
Area: Rustdoc's search feature
C-bug
Category: This is a bug.
regression-untriaged
Untriaged performance or correctness regression.
T-rustdoc
Relevant to the rustdoc team, which will review and decide on the PR/issue.
sqlx was updated yesterday. and its search is now broken.
compare: https://docs.rs/sqlx/latest/sqlx/?search=types
with: https://docs.rs/sqlx/0.7.2/sqlx/index.html?search=types
The text was updated successfully, but these errors were encountered: