-
Notifications
You must be signed in to change notification settings - Fork 12.7k
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
Improve comments in needs_process_obligation
.
#108681
Improve comments in needs_process_obligation
.
#108681
Conversation
And a couple of other places.
This shouldn't affect perf, but this function is so perf-sensitive it's worth checking. @bors try @rust-timer queue |
This comment has been minimized.
This comment has been minimized.
⌛ Trying commit 3bcea5f with merge fa76d5884f66a5354a897c501352d5786e165232... |
💔 Test failed - checks-actions |
That's weird: the "run the build" step on the failing machine ran for 56 minutes but a log of the output doesn't seem to be available. Maybe it's spurious. @bors retry |
⌛ Trying commit 3bcea5f with merge 6e66221e3170d0e69b109743613fddb82c643674... |
☀️ Try build successful - checks-actions |
This comment has been minimized.
This comment has been minimized.
Finished benchmarking commit (6e66221e3170d0e69b109743613fddb82c643674): comparison URL. Overall result: no relevant changes - no action neededBenchmarking 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 Instruction countThis benchmark run did not return any relevant results for this metric. Max RSS (memory usage)ResultsThis is a less reliable metric that may be of interest but was not used to determine the overall result at the top of this comment.
CyclesThis benchmark run did not return any relevant results for this metric. |
No perf changes, as expected. @bors rollup=always |
@bors r+ rollup |
🌲 The tree is currently closed for pull requests below priority 100. This pull request will be tested once the tree is reopened. |
…on-comments, r=lqd Improve comments in `needs_process_obligation`. And a couple of other places. r? `@lqd`
…iaskrgr Rollup of 8 pull requests Successful merges: - rust-lang#104549 (add -Zexport-executable-symbols to unstable book) - rust-lang#108292 (Label opaque type for 'captures lifetime' error message) - rust-lang#108540 (Add `Atomic*::from_ptr`) - rust-lang#108634 (Add link to component dashboard) - rust-lang#108647 (Remove dead pgo.sh file) - rust-lang#108678 (Use `Option::as_slice` where applicable) - rust-lang#108681 (Improve comments in `needs_process_obligation`.) - rust-lang#108688 (Match unmatched backticks in library/) Failed merges: r? `@ghost` `@rustbot` modify labels: rollup
And a couple of other places.
r? @lqd