-
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
Rollup of 5 pull requests #113038
Rollup of 5 pull requests #113038
Conversation
Signed-off-by: Yuki Okushi <jtitor@2k36.org>
Signed-off-by: Yuki Okushi <jtitor@2k36.org>
add an ui test for rust-lang#112094
Add test for futures with HRTB Part of rust-lang#112347 This PR adds test for ice when resolving for `Futures` with HRTB.
…slim-arg-list, r=camelid rustdoc: get rid of extra line when line-wrapping fn decls with empty arg list Fixes bevyengine/bevy#8898 (comment): ![Screenshot 2023-06-24 at 23-42-53 any_with_component in bevy_ecs schedule common_conditions - Rust](https://github.com/rust-lang/rust/assets/14913065/4646eba6-b186-4d78-96d9-aad716a4ef5d) It now prints as shown below (which conforms to the style guide): ```rs pub fn any_with_component<T: Component>( ) -> impl FnMut(Query<'_, '_, (), With<T>>) -> bool + Clone ``` The bug was introduced in rust-lang#109011.
Add a regression test for rust-lang#109071 Closes rust-lang#109071 r? `@compiler-errors`
…-errors Add a regression test for rust-lang#110933 Closes rust-lang#110933 r? `@compiler-errors`
Accept `ReStatic` for RPITIT Fixes rust-lang#112094 Regression in rust-lang@8216b7f If there is a better suggestion, I will go with that.
@bors r+ rollup=never p=5 |
⌛ Testing commit 6c75757 with merge bd4da60c1a8113f35f2ae246b7221be976ca20e8... |
The job Click to see the possible cause of the failure (guessed by this bot)
|
💔 Test failed - checks-actions |
@bors retry |
☀️ Test successful - checks-actions |
📌 Perf builds for each rolled up PR: previous master: 8084f397c6 In the case of a perf regression, run the following command for each PR you suspect might be the cause: |
Finished benchmarking commit (7f01f03): 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)This benchmark run did not return any relevant results for this metric. CyclesThis benchmark run did not return any relevant results for this metric. Binary sizeThis benchmark run did not return any relevant results for this metric. Bootstrap: 661.588s -> 663.059s (0.22%) |
Successful merges:
unexpected type encountered in variance inference: _
#109071)'static
#110933)ReStatic
for RPITIT #113036 (AcceptReStatic
for RPITIT)r? @ghost
@rustbot modify labels: rollup
Create a similar rollup