-
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 4 pull requests #116193
Rollup of 4 pull requests #116193
Conversation
…ental usage of forever unstable things
We weren't accounting for the case where `break` was immediately within the `loop` block.
Split out the stable part of smir into its own crate to prevent accidental usage of forever unstable things Some groundwork for being able to work on rust-lang/project-stable-mir#27 at all r? `@spastorino`
Anonymize binders for `refining_impl_trait` check We're naively using the equality impl for `ty::Clause` in the refinement check, which is okay *except* for binders, which carry some information about where they come from in the AST. Those locations are not gonna be equal between traits and impls, so anonymize those clauses so that this doesn't matter. Fixes rust-lang#116135
…-async-function-in-main, r=wesleywiser Add test for `const async fn` This adds a test for rust-lang#102796
…rrors Add context to `let: Ty = loop { break };` We weren't accounting for the case where `break` was immediately within the `loop` block.
@bors r+ rollup=never p=4 |
☀️ Test successful - checks-actions |
📌 Perf builds for each rolled up PR:
previous master: 376f3f0590 In the case of a perf regression, run the following command for each PR you suspect might be the cause: |
Finished benchmarking commit (085acd0): comparison URL. Overall result: ✅ improvements - no action needed@rustbot label: -perf-regression Instruction countThis is a highly reliable metric that was used to determine the overall result at the top of this comment.
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. Binary sizeThis benchmark run did not return any relevant results for this metric. Bootstrap: 629.749s -> 632.103s (0.37%) |
Successful merges:
refining_impl_trait
check #116149 (Anonymize binders forrefining_impl_trait
check)const async fn
#116178 (Add test forconst async fn
)let: Ty = loop { break };
#116187 (Add context tolet: Ty = loop { break };
)r? @ghost
@rustbot modify labels: rollup
Create a similar rollup