Automatic toolchain upgrade to nightly-2023-11-30 #2904
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-29 to nightly-2023-11-30 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@5facb42 up to rust-lang/rust@b10cfcd. The log for this commit range is:
rust-lang/rust@b10cfcd65f Auto merge of #118132 - onur-ozkan:stdlib-assertion-status-to-compiletest, r=wesleywiser
rust-lang/rust@abe34e9ab1 Auto merge of #118315 - WaffleLapkin:don't-repeat_byte, r=m-ou-se
rust-lang/rust@ce4727f723 Auto merge of #118443 - matthiaskrgr:rollup-mp8o3m4, r=matthiaskrgr
rust-lang/rust@6094cb5d36 Rollup merge of #118438 - AkhilTThomas:patch-1, r=JohnTitor
rust-lang/rust@1e8ecec9f2 Rollup merge of #118428 - aDotInTheVoid:doc-cleanup, r=GuillaumeGomez
rust-lang/rust@434232f7b2 Rollup merge of #118426 - aDotInTheVoid:const-wat, r=compiler-errors,cjgillot
rust-lang/rust@911a5ee7ff Rollup merge of #118333 - eduardosm:print-missing-target-features, r=est31
rust-lang/rust@afe2d7392f Rollup merge of #118231 - RalfJung:const-raw-slice-empty, r=cuviper
rust-lang/rust@aab61d0b9a Rollup merge of #118191 - estebank:let-chain-typo, r=compiler-errors
rust-lang/rust@c03f8917ee Rollup merge of #118157 - Nadrieril:never_pat-feature-gate, r=compiler-errors
rust-lang/rust@e4121c5343 Update nto-qnx.md
rust-lang/rust@ec1f21cb04 Auto merge of #118433 - matthiaskrgr:rollup-fi9lrwg, r=matthiaskrgr
rust-lang/rust@e9b7bf0114 Auto merge of #118434 - matthiaskrgr:rollup-k1upt8b, r=matthiaskrgr
rust-lang/rust@0687dcb056 Rollup merge of #118429 - cuviper:its-arguments, r=compiler-errors
rust-lang/rust@9c93effa77 Rollup merge of #118425 - weihanglo:update-cargo, r=weihanglo
rust-lang/rust@872753895f Rollup merge of #118413 - chenyukang:yukang-fix-118145-unwrap-for-shorthand, r=compiler-errors
rust-lang/rust@69e48d0f6e Rollup merge of #118409 - klensy:position-opt, r=compiler-errors
rust-lang/rust@82eda5865a Rollup merge of #118401 - nnethercote:rustc_ast_lowering, r=compiler-errors
rust-lang/rust@f8628a179d Rollup merge of #118383 - shepmaster:unused-tuple-struct-field-cleanup-stdlib, r=m-ou-se
rust-lang/rust@5e7f770a0d Rollup merge of #118342 - compiler-errors:macro-generic-bang, r=estebank
rust-lang/rust@e8d0c56331 Rollup merge of #118422 - tmiasko:mix, r=compiler-errors
rust-lang/rust@8cfdccf7c8 Rollup merge of #118419 - compiler-errors:await-span2, r=cjgillot
rust-lang/rust@b7016ae205 Rollup merge of #118398 - mu001999:std/add_cfgs, r=thomcc
rust-lang/rust@20473eba0b Rollup merge of #118394 - nnethercote:rm-hir-Ops, r=cjgillot
rust-lang/rust@68d31b1906 Rollup merge of #118269 - compiler-errors:poly, r=wesleywiser
rust-lang/rust@92a74e41b6 Rollup merge of #118265 - RalfJung:memcpy, r=cuviper
rust-lang/rust@2eec51c27c Rollup merge of #116839 - joboet:xous_thread_parking, r=m-ou-se
rust-lang/rust@a3838c8550 Add
never_patterns
feature gaterust-lang/rust@f440b5f0ea Auto merge of #118348 - Mark-Simulacrum:feature-code-size, r=compiler-errors
rust-lang/rust@b8cdd4338d Fix a typo in a
format_args!
noterust-lang/rust@69a79ce4de rustdoc: Move
AssocItemRender
andRenderMode
tohtml::render
.rust-lang/rust@b1e56deada Auto merge of #114841 - bvanjoi:fix-114814, r=cuviper
rust-lang/rust@3a4edf0a7f More fix on mismatched type suggestion for shorthand fields
rust-lang/rust@6e956c0a38 Rename and add another test
rust-lang/rust@bbefc9837f Auto merge of #118412 - matthiaskrgr:rollup-ghzhti2, r=matthiaskrgr
rust-lang/rust@9121a41450 ConstProp: Remove const when rvalue check fails.
rust-lang/rust@9b85fc0d1c Update cargo
rust-lang/rust@dd5abb50cc Yeet E0744
rust-lang/rust@5161b22143 Fix coroutine validation for mixed panic strategy
rust-lang/rust@6b066a9305 thir-unsafeck: print list of missing target features when calling a function with target features outside an unsafe block
rust-lang/rust@f2c500bb43 Fix spans for bad await in inline const
rust-lang/rust@a76d2e1fd1 Eagerly return ExprKind::Err on yield/await in wrong coroutine context
rust-lang/rust@55e4e3e393 Suggest
let
or==
on typo'd let-chainrust-lang/rust@115eac03bb Address unused tuple struct fields in the standard library
rust-lang/rust@9386e14401 fix the issue of suggest unwrap/expect for shorthand field
rust-lang/rust@b1a6cf4a0e Precommit test for rust-lang/rust#118328.
rust-lang/rust@4ca038f048 Rollup merge of #118410 - krasimirgg:llvm-18-test, r=nikic
rust-lang/rust@71b29e8a38 Rollup merge of #118399 - mu001999:miri/cleanup, r=RalfJung
rust-lang/rust@3e202ead60 Rollup merge of #118378 - cormacrelf:bugfix/linker-plugin-lto-wasm, r=petrochenkov
rust-lang/rust@8f4ccc14c9 Rollup merge of #118323 - onur-ozkan:better-error-for-incorrect-profiles, r=clubby789
rust-lang/rust@97ef5a3b53 Rollup merge of #118222 - the8472:copy-use-vec-write, r=m-ou-se
rust-lang/rust@b8e1194ab2 Rollup merge of #118193 - max-heller:command-typo, r=m-ou-se
rust-lang/rust@81cd7c5b11 update test for new LLVM 18 codegen
rust-lang/rust@de13a3871d unwrap return Option value, as it always returns Some for some fns
rust-lang/rust@5c680e1bcb Remove unnecessary
Option
fromLoweringContext::allow_{try_trait,gen_future}
.rust-lang/rust@3bae9276fa Add
LoweringContext::new
.rust-lang/rust@ed2868eb9d Create
LoweringContext::lower_assoc_item
.rust-lang/rust@b12851ce5d Avoid an unnecessary
by_ref
.rust-lang/rust@dbaa78621a Reduce exposure of some things.
rust-lang/rust@3570468ce7 Remove unused feature.
rust-lang/rust@fd37da7148 Remove a comment.
rust-lang/rust@d9fef774e3 Remove
hir::BinOp
,hir::BinOpKind
, andhir::UnOp
.rust-lang/rust@72668dea6b Remove dead codes
rust-lang/rust@c751bfa015 Add proper cfgs
rust-lang/rust@705b484922 Rename
BinOpKind::lazy
asBinOpKind::is_lazy
.rust-lang/rust@0efd2a9d8f Rework
ast::BinOpKind::to_string
andast::UnOp::to_string
.rust-lang/rust@51ba662d23 Print list of missing target features when calling a function with target features outside an unsafe block
rust-lang/rust@179e193db3 Perform LTO optimisations with wasm-ld + -Clinker-plugin-lto
rust-lang/rust@1487bd6a17 Cut code size for feature hashing
rust-lang/rust@8490b8ec63 Dont suggest
!
for path in function call if it has generic argsrust-lang/rust@bc7dd5fa6d unify read_to_end and io::copy impls for reading into a Vec
rust-lang/rust@1017042575 give dev-friendly error message for incorrect config profiles
rust-lang/rust@234e9500a4 Use
usize::repeat_u8
instead of implementingrepeat_byte
inmemchr.rs
rust-lang/rust@e511cc7d49 Unify TraitRefs and PolyTraitRefs
rust-lang/rust@73042206dd remove the memcpy-on-equal-ptrs assumption
rust-lang/rust@a8162673e3 also add is_empty to const raw slices
rust-lang/rust@fc87d6e23d add track_caller for arith ops
rust-lang/rust@84b3c84223 add missing period in
std::process::Command
docsrust-lang/rust@0b2fd391dc utilize stdlib debug assertion status in compiletest
rust-lang/rust@2dc6ba27b5 std: send free message when xous thread parker is dropped
rust-lang/rust@03301f24ab std: implement thread parking for xous