-
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
Skip Ty w/o infer ty/const in trait select #80454
Conversation
@bors try @rust-timer queue |
Awaiting bors try build completion. |
⌛ Trying commit 690027c63747292a6e9892d6e695ab78f3dcbb1b with merge 84fa9d2d81ecada2009acc0e4984e4301bf5f721... |
☀️ Try build successful - checks-actions |
Queued 84fa9d2d81ecada2009acc0e4984e4301bf5f721 with parent 2987785, future comparison URL. @rustbot label: +S-waiting-on-perf |
Finished benchmarking try commit (84fa9d2d81ecada2009acc0e4984e4301bf5f721): comparison url. Benchmarking this pull request likely means that it is perf-sensitive, so we're automatically marking it as not fit for rolling up. Please note that if the perf results are neutral, you should likely undo the rollup=never given below by specifying Importantly, though, if the results of this run are non-neutral do not roll this PR up -- it will mask other regressions or improvements in the roll up. @bors rollup=never |
ping from triage: @rustbot label: -S-waiting-on-review +S-waiting-on-author |
690027c
to
899f27d
Compare
I am not in the review rotation anymore, sorry! r? @matthewjasper or @nikomatsakis |
@bors r+ |
📌 Commit 899f27d has been approved by |
☀️ Test successful - checks-actions |
Remove some allocations & also add
skip_current_subtree
to skip subtrees with no inferred items.r? @eddyb since marked in the FIXME