-
Couldn't load subscription status.
- Fork 13.9k
Rollup of 7 pull requests #70063
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 7 pull requests #70063
Conversation
…d a long lost assertion This reverts part of commit 9712fa4.
Co-Authored-By: Ralf Jung <post@ralfj.de>
by factoring out `fn ctor_fields_span` into a separate function
handle that when mir is lowered to llvm-ir more code is generated. landingpads generates 10 llvm-ir instructions and resume 9 llvm-ir instructions.
…lfJung Compute the correct layout for variants of uninhabited enums r? @eddyb cc @RalfJung fixes rust-lang#69191 cc rust-lang#69763
resolve: Print import chains on privacy errors A part of rust-lang#67951 that doesn't require hacks. r? @estebank
VariantSizeDifferences: bail on SizeOverflow Fixes rust-lang#69485. r? @oli-obk
Update the mir inline costs handle that when mir is lowered to llvm-ir more code is generated. Landingpads generates 10 llvm-ir instructions and resume 9 llvm-ir instructions. r? @wesleywiser
…ikomatsakis Ensure HAS_FREE_LOCAL_NAMES is set for ReFree This fixes a bug introduced by rust-lang#69469. I don't have any ideas on how to reate a regression test for this.
resolve: Fix regression in resolution of raw keywords in paths Fixes rust-lang#63882.
Use sublice patterns to avoid computing the len r? @Centril
|
Your PR failed (pretty log, raw log). Through arcane magic we have determined that the following fragments from the build log may contain information about the problem. Click to expand the log.I'm a bot! I can only do what humans tell me to, so if this was not helpful or you have suggestions for improvements, please ping or otherwise contact |
Successful merges:
Failed merges:
r? @ghost