Automatic toolchain upgrade to nightly-2023-11-29 #2903
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Update Rust toolchain from nightly-2023-11-28 to nightly-2023-11-29 without any other source changes.
This is an automatically generated pull request. If any of the CI checks fail, manual intervention is required. In such a case, review the changes at https://github.com/rust-lang/rust from rust-lang/rust@49b3924 up to rust-lang/rust@5facb42. The log for this commit range is:
rust-lang/rust@5facb422f8 Auto merge of #118188 - petrochenkov:defeed, r=cjgillot
rust-lang/rust@84de641484 def collector: Set correct namespace in
DefPathData
for foreign typesrust-lang/rust@f0dc906319 resolve: Feed the
def_kind
query immediately onDefId
creationrust-lang/rust@df0295f071 Auto merge of #110353 - the8472:in-place-flatten-chunks, r=cuviper
rust-lang/rust@46a24ed2f4 Auto merge of #118405 - matthiaskrgr:rollup-3a2eevc, r=matthiaskrgr
rust-lang/rust@4f3ee302b7 Rollup merge of #118397 - Zalathar:nonzero, r=WaffleLapkin
rust-lang/rust@903789d606 Rollup merge of #118366 - fmease:detect-reject-malformed-rust-repr, r=compiler-errors
rust-lang/rust@4475a1220a Rollup merge of #118341 - Mark-Simulacrum:shrink-thir-print, r=compiler-errors
rust-lang/rust@7dbbffdc67 Rollup merge of #118314 - WaffleLapkin:rename_collectionstests, r=cuviper
rust-lang/rust@787f1a65df Rollup merge of #118299 - frewsxcv:patch-2, r=cuviper
rust-lang/rust@4704d49629 Rollup merge of #118236 - ksw2000:update_mod_comment, r=cuviper
rust-lang/rust@4af1f99740 Rollup merge of #115331 - the8472:chars_advance, r=cuviper
rust-lang/rust@e06c94d6cb Auto merge of #118282 - fee1-dead-contrib:enforce-more, r=compiler-errors
rust-lang/rust@c2ec90854a Auto merge of #118395 - compiler-errors:rollup-c8yqlmw, r=compiler-errors
rust-lang/rust@00d5f18954 Fix comments for unsigned non-zero
checked_add
,saturating_add
rust-lang/rust@2aca7247a7 Rollup merge of #118384 - shepmaster:unused-tuple-struct-field-cleanup-rustdoc, r=GuillaumeGomez
rust-lang/rust@fa636d0481 Rollup merge of #118382 - shepmaster:unused-tuple-struct-field-cleanup, r=compiler-errors
rust-lang/rust@344459ed4f Rollup merge of #118381 - Enselic:edit-dist-len, r=WaffleLapkin
rust-lang/rust@7851d985fd Rollup merge of #118374 - klensy:collect_active_jobs, r=compiler-errors
rust-lang/rust@4936b3abdd Rollup merge of #118202 - azhogin:azhogin/link_args_wrapping, r=petrochenkov
rust-lang/rust@7aa513b861 Rollup merge of #118172 - ouz-a:improve_emit_stable1, r=celinval
rust-lang/rust@8ff558b8fc Rollup merge of #117526 - estebank:issue-24157, r=b-naber
rust-lang/rust@1742a9fce6 Rollup merge of #114708 - tgross35:tgross35-patch-1, r=Mark-Simulacrum
rust-lang/rust@203aaf62a9 Rollup merge of #111133 - hkmatsumoto:handle-python-slicing, r=TaKO8Ki
rust-lang/rust@40cf1f9257 optimize str::iter::Chars::advance_by
rust-lang/rust@3f55e8665c benchmarks for Chars::advance_by
rust-lang/rust@765a713dff Address unused tuple struct fields in rustdoc
rust-lang/rust@87380cbc0c Address unused tuple struct fields in the compiler
rust-lang/rust@15f9bab7ba add otherwise into targets
rust-lang/rust@45fc842ed9 rustc_span: Use correct edit distance start length for suggestions
rust-lang/rust@8221f9c837 Account for
!
arm in tailmatch
exprrust-lang/rust@31d99836bf QueryContext: rename try_collect_active_jobs -> collect_active_jobs and change it's return type from Option to QueryMap
rust-lang/rust@7a88458363 Added linker_arg(s) Linker trait methods for link-arg to be prefixed "-Wl," for cc-like linker args and not verbatim
rust-lang/rust@acec70de9b Change help message to make some sense in broader context
rust-lang/rust@730d299354 Address review feedbacks
rust-lang/rust@61c3e4d56e Make tidy test happy
rust-lang/rust@e65c060d78 Detect Python-like slicing and suggest how to fix
rust-lang/rust@dd3437b718 rename method
rust-lang/rust@16c164fea3 Detect and reject malformed repr(Rust) hints
rust-lang/rust@8375fe4710 Simplify indenting in THIR printing
rust-lang/rust@865ab921ab Rename
{collections=>alloc}{tests,benches}
rust-lang/rust@de2779077a add successors and their formatter
rust-lang/rust@a8a5704f1b Update
OnceLock
documentation to give a concrete 'lazy static' example, and expand on existing example.rust-lang/rust@879c7f91ab add pretty_terminator
rust-lang/rust@d5ebdfc2c5 effects: Run
enforce_context_effects
for all method callsrust-lang/rust@1928d82385 correct grammar
rust-lang/rust@e9f628e109 Update comment for consistent context logic.
rust-lang/rust@072b51cbb5 unchecked layout calculations when shrinking during in-place collect
rust-lang/rust@c98070d522 relax size and alignment requirements for in-place iteration
rust-lang/rust@439f63019f support in-place collecting additional FlatMap shapes
rust-lang/rust@7047fb41b6 update in-place-iteration module docs
rust-lang/rust@6e4f98c987 don't leak items if alloc::shrink panics
rust-lang/rust@3ca6bb0b44 Expand in-place iteration specialization to Flatten, FlatMap and ArrayChunks
rust-lang/rust@b1ad22941b Allow setting
rla-*
labels viarustbot