-
Notifications
You must be signed in to change notification settings - Fork 12.9k
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 #118434
Rollup of 7 pull requests #118434
Conversation
It was merged by accident in a previous PR.
By moving most of `ItemLowerer::lower_assoc_item` into it. This is similar to `LoweringContext::lower_foreign_item`.
…en_future}`. Also remove some unnecessary slicing.
…, r=estebank Dont suggest `!` for path in function call if it has generic args Fixes rust-lang#118335
…ld-cleanup-stdlib, r=m-ou-se Address unused tuple struct fields in the standard library
…compiler-errors `rustc_ast_lowering` cleanups Just some cleanups I found while looking through this code. r? `@spastorino`
…rors format_foreign.rs: unwrap return Option value for `fn position`, as it always returns Some Trivial cleanup. It will be nice to have way to run exhaustiveness analysis on similar cases to see dead code.
…p-for-shorthand, r=compiler-errors Fix the issue of suggesting unwrap/expect for shorthand field Fixes rust-lang#118145
Update cargo 7 commits in 9b13310ca596020a737aaa47daa4ed9ff8898a2f..26333c732095d207aa05932ce863d850fb309386 2023-11-24 16:20:51 +0000 to 2023-11-28 20:07:39 +0000 - docs: link to the packages lint table from the related workspace table (rust-lang/cargo#13057) - Add more doc comments for gc changes. (rust-lang/cargo#13055) - docs: Provide pointers for MSRV (rust-lang/cargo#13056) - Fixed typo in SemVer Compatibility documentation page (rust-lang/cargo#13054) - refactor: use custom error instead of anyhow (rust-lang/cargo#13050) - review and remove ignored tests in rustfix (rust-lang/cargo#13047) - docs: add doc comments for rustfix (rust-lang/cargo#13048) r? ghost
…errors Fix a typo in a `format_args!` note
@bors r+ rollup=never p=7 |
☀️ Test successful - checks-actions |
1 similar comment
☀️ Test successful - checks-actions |
📌 Perf builds for each rolled up PR:
previous master: f440b5f0ea In the case of a perf regression, run the following command for each PR you suspect might be the cause: |
Finished benchmarking commit (e9b7bf0): comparison URL. Overall result: ❌ regressions - 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: 674.352s -> 673.972s (-0.06%) |
Successful merges:
!
for path in function call if it has generic args #118342 (Dont suggest!
for path in function call if it has generic args)rustc_ast_lowering
cleanups #118401 (rustc_ast_lowering
cleanups)fn position
, as it always returns Some #118409 (format_foreign.rs: unwrap return Option value forfn position
, as it always returns Some)format_args!
note #118429 (Fix a typo in aformat_args!
note)r? @ghost
@rustbot modify labels: rollup
Create a similar rollup