-
Notifications
You must be signed in to change notification settings - Fork 13.1k
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
Make select_*
methods return Vec
for TraitEngine
#90700
Conversation
Some changes occurred in src/tools/clippy. cc @rust-lang/clippy |
r? @davidtwco (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 f1126f1 with merge 3cbe0cbf58b7833e019afbf2c0254e556430c0ab... |
This comment has been minimized.
This comment has been minimized.
☀️ Try build successful - checks-actions |
Queued 3cbe0cbf58b7833e019afbf2c0254e556430c0ab with parent 3e3890c, future comparison URL. |
Finished benchmarking commit (3cbe0cbf58b7833e019afbf2c0254e556430c0ab): comparison url. Summary: This benchmark run did not return any relevant changes. 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 led to changes in compiler perf. @bors rollup=never |
Ooh I like. |
select_*
methods return Vec
for TraitEngine
select_*
methods return Vec
for TraitEngine
@bors r+ |
📌 Commit d863021 has been approved by |
☀️ Test successful - checks-actions |
Finished benchmarking commit (eee8b9c): comparison url. Summary: This benchmark run did not return any relevant changes. If you disagree with this performance assessment, please file an issue in rust-lang/rustc-perf. @rustbot label: -perf-regression |
…twco Make `select_*` methods return `Vec` for `TraitEngine` This reduces some complexity as an empty vec means no errors and non-empty vec means errors occurred.
This reduces some complexity as an empty vec means no errors and non-empty vec means errors occurred.