From 70a7c6b7a9a0fd7a51fdf65db2ba23dc7c852d30 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 8 Nov 2023 11:50:02 -0800 Subject: [PATCH] Automatic toolchain upgrade to nightly-2023-11-08 (#2866) Update Rust toolchain from nightly-2023-11-07 to nightly-2023-11-08 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 https://github.com/rust-lang/rust/commit/189d6c71f3bb6c52113b5639a80839791974fd22 up to https://github.com/rust-lang/rust/commit/7adc89b69b941afceadcf8609dd6b2999353e550. The log for this commit range is: https://github.com/rust-lang/rust/commit/7adc89b69b Auto merge of #117680 - matthiaskrgr:rollup-kgaa4ma, r=matthiaskrgr https://github.com/rust-lang/rust/commit/518fe492f1 Rollup merge of #117675 - zmodem:vectorize_h, r=durin42 https://github.com/rust-lang/rust/commit/f6f6fd1d1a Rollup merge of #117639 - rustbot:docs-update, r=ehuss https://github.com/rust-lang/rust/commit/f8c67704f2 Rollup merge of #117616 - RalfJung:unstable-target-features, r=compiler-errors https://github.com/rust-lang/rust/commit/cd5b5e08fe Rollup merge of #115485 - DaniPopes:rustdoc-macro-consts, r=jackh726,fmease https://github.com/rust-lang/rust/commit/118a2deea5 Auto merge of #117617 - Urgau:bump-libc-0.2.150, r=Mark-Simulacrum https://github.com/rust-lang/rust/commit/84abf837b8 manually bless a wasm-only test https://github.com/rust-lang/rust/commit/752a6132e5 llvm-wrapper: Remove include of non-existant Vectorize.h https://github.com/rust-lang/rust/commit/9bd71afb90 Auto merge of #115904 - notriddle:notriddle/preload-bold, r=GuillaumeGomez https://github.com/rust-lang/rust/commit/187d1afa9d Auto merge of #117297 - clubby789:fn-trait-missing-paren, r=TaKO8Ki https://github.com/rust-lang/rust/commit/61a3eea804 Auto merge of #117229 - matthewjasper:thir-unsafeck-fixes, r=cjgillot https://github.com/rust-lang/rust/commit/114f1f6838 Auto merge of #117610 - compiler-errors:object-hmm, r=aliemjay https://github.com/rust-lang/rust/commit/504f63efb0 Auto merge of #117418 - compiler-errors:better_error_body, r=oli-obk https://github.com/rust-lang/rust/commit/4e0fb98a5c Auto merge of #117006 - estebank:issue-69512, r=compiler-errors https://github.com/rust-lang/rust/commit/f926031ea5 When not finding assoc fn on type, look for builder fn https://github.com/rust-lang/rust/commit/7b97a5ca84 Auto merge of #117511 - gurry:117406-err-packed-structs, r=compiler-errors https://github.com/rust-lang/rust/commit/5a9f07cc97 Build a better MIR body when errors are encountered https://github.com/rust-lang/rust/commit/171d5587ca Don't instantiate the binder twice when assembling object candidate https://github.com/rust-lang/rust/commit/24e14dd8b4 Only check predicates for late-bound non-lifetime vars in object candidate assembly https://github.com/rust-lang/rust/commit/bf65e3bddb Update books https://github.com/rust-lang/rust/commit/868de8e76b Visit patterns in THIR let expressions https://github.com/rust-lang/rust/commit/2b59992736 Add suggestion to THIR unsafe_op_in_unsafe_fn lint https://github.com/rust-lang/rust/commit/2b2c0f9886 Allow tests with rust-rustfix and revisions https://github.com/rust-lang/rust/commit/931692fa13 Recognise thread local statics in THIR unsafeck https://github.com/rust-lang/rust/commit/b85c6835d0 warn when using an unstable feature with -Ctarget-feature https://github.com/rust-lang/rust/commit/15719a8c1d libc: bump dependency to 0.2.150 https://github.com/rust-lang/rust/commit/4b3ece475d Emit explanatory note for move errors in packed struct derives https://github.com/rust-lang/rust/commit/904aceec7d Give a better diagnostic for missing parens in Fn* bounds https://github.com/rust-lang/rust/commit/2b858b7eb8 Format macro const literals with pretty printer https://github.com/rust-lang/rust/commit/2a92981301 rustdoc: stop preloading Source Serif 4 Bold Co-authored-by: celinval Co-authored-by: Zyad Hassan <88045115+zhassan-aws@users.noreply.github.com> --- rust-toolchain.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust-toolchain.toml b/rust-toolchain.toml index 564c4ac3eeaa..614718c9e258 100644 --- a/rust-toolchain.toml +++ b/rust-toolchain.toml @@ -2,5 +2,5 @@ # SPDX-License-Identifier: Apache-2.0 OR MIT [toolchain] -channel = "nightly-2023-11-07" +channel = "nightly-2023-11-08" components = ["llvm-tools-preview", "rustc-dev", "rust-src", "rustfmt"]