-
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
Rollup of 6 pull requests #106215
Rollup of 6 pull requests #106215
Conversation
…illaumeGomez docs/test: add UI test and long-form error docs for `E0461` Might take a couple of tries to pass CI. The UI test is x86-linux only; I'm not sure how to generalize it to other architectures. r? ``@GuillaumeGomez``
…piler-errors Suggest `impl Iterator` when possible for `_` return type Address rust-lang#106096.
…hods, r=jackh726 Deduplicate `op` methods There are some operator-checking flavored methods in `FnCtxt` that can be deduplicated.
… r=estebank Recover `fn` keyword as `Fn` trait in bounds `impl fn()` -> `impl Fn()` Fixes rust-lang#82515
…ound, r=GuillaumeGomez rustdoc: combine common sidebar background color CSS rules
…, r=compiler-errors Silence knock-down errors on `[type error]` bindings Fix rust-lang#56036, fix rust-lang#76589.
@bors r+ rollup=never p=6 |
⌛ Testing commit d37cb3f with merge 8edf9ec5ac21b078595cc302366080473731f9ae... |
💔 Test failed - checks-actions |
@bors retry
|
The job Click to see the possible cause of the failure (guessed by this bot)
|
☀️ Test successful - checks-actions |
📌 Perf builds for each rolled up PR: previous master: 83a28ef095 In the case of a perf regression, run the following command for each PR you suspect might be the cause: |
Finished benchmarking commit (270c94e): comparison URL. Overall result: no relevant changes - no action needed@rustbot label: -perf-regression 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. |
Successful merges:
E0461
#106028 (docs/test: add UI test and long-form error docs forE0461
)impl Iterator
when possible for_
return type #106172 (Suggestimpl Iterator
when possible for_
return type)op
methods #106173 (Deduplicateop
methods)fn
keyword asFn
trait in bounds #106176 (Recoverfn
keyword asFn
trait in bounds)[type error]
bindings #106199 (Silence knock-down errors on[type error]
bindings)Failed merges:
r? @ghost
@rustbot modify labels: rollup
Create a similar rollup