-
Notifications
You must be signed in to change notification settings - Fork 13k
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: Remove def_id_no_primitives
#92711
Conversation
Some changes occurred in cc @camelid |
Thanks for the pull request, and welcome! The Rust team is excited to review your changes, and you should hear from @CraftSpider (or someone else) soon. Please see the contribution instructions for more information. |
@zredb please try to write more informative PR titles and commit messages. It helps keeping track of changes and such |
This comment has been minimized.
This comment has been minimized.
Also, please stop closing your PRs and opening new ones. Just push (or force push if necessary with |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Have some quick questions
Thanks, I really appreciate it! And please feel free to post here or on Zulip if you run into any issues :) |
It looks like you'll need to update the test |
Now that you've removed all the uses of |
I'm not sure how to update the test, could you give me any suggestion? |
Actually, it looks like that test is failing because a generic parameter is erroneously being picked up in the search index. cc @GuillaumeGomez |
Looks good to me (except for the nit but doesn't really matter here). Want to take a last look @camelid? |
Ah nevermind, just saw the error. Checking locally what changed... |
@bors retry |
⌛ Testing commit 5cc32e7 with merge 24b05ae2ca8753724d7e1b9eb233f95c0f4710f6... |
💥 Test timed out |
@bors: retry |
⌛ Testing commit 5cc32e7 with merge 5e0ddf847245e911ee8c8c39ade001aa364f1bb3... |
💥 Test timed out |
Weird... Still not linked to this PR though apparently... Let's retry one last time and then I'll ask someone from infra. @bors: retry |
☀️ Test successful - checks-actions |
Finished benchmarking commit (08df8b8): comparison url. Summary: This benchmark run did not return any relevant results. If you disagree with this performance assessment, please file an issue in rust-lang/rustc-perf. @rustbot label: -perf-regression |
Fixes #90187.