-
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: Remove ItemFragment(Kind)
#97066
Conversation
Some changes occurred in cc @camelid |
r? @jsha (rust-highfive has picked a reviewer for you, use r? to override) |
@bors try @rust-timer queue |
Awaiting bors try build completion. @rustbot label: +S-waiting-on-perf |
⌛ Trying commit c3a5401ec6b077cfd909e391a027426738bad941 with merge 3ab18b9418721eebb1f14d8e9f2ae3ecdb85f27e... |
☀️ Try build successful - checks-actions |
Queued 3ab18b9418721eebb1f14d8e9f2ae3ecdb85f27e with parent 29e972d, future comparison URL. |
Finished benchmarking commit (3ab18b9418721eebb1f14d8e9f2ae3ecdb85f27e): 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. Benchmarking this pull request likely means that it is perf-sensitive, so we're automatically marking it as not fit for rolling up. While you can manually mark this PR as fit for rollup, we strongly recommend not doing so since this PR may lead to changes in compiler perf. @bors rollup=never |
I need to think about what should be cached here and what should not. |
@camelid are you available to review this one? It looks like it's related to stuff you've worked on recently. |
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.
Looks pretty good overall. I think you mentioned you need to investigate the caching some more?
Yes, maybe not for the |
I've removed changes that could affect error deduplication. |
@bors r+ |
📌 Commit 3f21c31 has been approved by |
Might affect perf. @bors rollup=never |
Oops, I forgot there was already a perf run that showed no changes. @bors rollup |
…piler-errors Rollup of 3 pull requests Successful merges: - rust-lang#96051 (Use rounding in float to Duration conversion methods) - rust-lang#97066 (rustdoc: Remove `ItemFragment(Kind)`) - rust-lang#97436 (Update `triagebot.toml` for macos ping group) Failed merges: r? `@ghost` `@rustbot` modify labels: rollup
And stop using
write!
when rendering URL fragments to avoid impossible errors.