From 0946ca50965e5ef031464adb82ef6ad6af6b3360 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 10 Nov 2023 10:31:15 -0800 Subject: [PATCH] Automatic toolchain upgrade to nightly-2023-11-10 (#2869) Update Rust toolchain from nightly-2023-11-09 to nightly-2023-11-10 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/fdaaaf9f923281ab98b865259aa40fbf93d72c7a up to https://github.com/rust-lang/rust/commit/0f44eb32f1123ac93ab404d74c295263ce468343. The log for this commit range is: https://github.com/rust-lang/rust/commit/0f44eb32f1 Auto merge of #117727 - saethlin:inline-derived-fmt, r=nnethercote https://github.com/rust-lang/rust/commit/eae4135939 Auto merge of #117708 - onur-ozkan:x-setup, r=clubby789 https://github.com/rust-lang/rust/commit/4c8862b263 Auto merge of #117122 - ferrocene:pa-configure-git-diff, r=albertlarsan68 https://github.com/rust-lang/rust/commit/d32d9238cf Emit #[inline] on derive(Debug) https://github.com/rust-lang/rust/commit/b7583d38b7 Auto merge of #117712 - lcnr:expand-coroutine, r=jackh726 https://github.com/rust-lang/rust/commit/488dd9bc73 fmt https://github.com/rust-lang/rust/commit/e7998aa21f Auto merge of #117734 - nnethercote:rm-Zstrip, r=davidtwco https://github.com/rust-lang/rust/commit/287ae4db75 Auto merge of #117632 - Nilstrieb:icup, r=davidtwco https://github.com/rust-lang/rust/commit/492e57c6ad Auto merge of #117736 - TaKO8Ki:rollup-fjrtmlb, r=TaKO8Ki https://github.com/rust-lang/rust/commit/d1e26401bc chore(bootstrap): capitalize {error, warning, info, note} tags https://github.com/rust-lang/rust/commit/42fbf3ebf5 allow users to override the existing configuration during x setup https://github.com/rust-lang/rust/commit/3d6417fc7a check config file before prompts on x setup https://github.com/rust-lang/rust/commit/f5195c52bb Rollup merge of #117724 - Kobzol:shim-error-message, r=onur-ozkan https://github.com/rust-lang/rust/commit/e603f4491c Rollup merge of #117723 - onur-ozkan:keep-bootstrap-on-x-clean, r=albertlarsan68 https://github.com/rust-lang/rust/commit/6533c62ce7 Rollup merge of #117705 - tshepang:patch-2, r=Nilstrieb https://github.com/rust-lang/rust/commit/b4fa5b7004 Rollup merge of #117694 - jmillikin:core-io-borrowed-buf, r=m-ou-se https://github.com/rust-lang/rust/commit/4cc549811f Rollup merge of #117645 - compiler-errors:auto-trait-subst, r=petrochenkov https://github.com/rust-lang/rust/commit/a1a8d6fe9c Rollup merge of #116762 - WaffleLapkin:fixup_fromptr_docs, r=RalfJung https://github.com/rust-lang/rust/commit/d8dbf7ca0e Auto merge of #117557 - Zoxc:panic-prio, r=petrochenkov https://github.com/rust-lang/rust/commit/ecc936b155 Remove `-Z strip`. https://github.com/rust-lang/rust/commit/57fb1e643a Auto merge of #117454 - shepmaster:github-actions-m1-tests, r=GuillaumeGomez,onur-ozkan https://github.com/rust-lang/rust/commit/341c85648c Move `BorrowedBuf` and `BorrowedCursor` from `std:io` to `core::io` https://github.com/rust-lang/rust/commit/92267c9794 update mir-opt tests https://github.com/rust-lang/rust/commit/992d93f687 rename `BorrowKind::Shallow` to `Fake` https://github.com/rust-lang/rust/commit/a42eca42df generator layout: ignore fake borrows https://github.com/rust-lang/rust/commit/622be2d138 Restore rustc shim error message https://github.com/rust-lang/rust/commit/de0458af97 speed up `x clean` https://github.com/rust-lang/rust/commit/6909992501 Run tests in CI for aarch64-apple-darwin https://github.com/rust-lang/rust/commit/64090536d4 Install tidy for aarch64-apple-darwin https://github.com/rust-lang/rust/commit/469d34b39b Mark Rustdoc test as Linux-only https://github.com/rust-lang/rust/commit/bf360d407e instrument constituent types computation https://github.com/rust-lang/rust/commit/03435e6fdd accept review suggestion https://github.com/rust-lang/rust/commit/769ad29c3e triagebot.toml: use inclusive language https://github.com/rust-lang/rust/commit/102384523a Document how rust atomics work wrt mixed-sized and non-atomic accesses https://github.com/rust-lang/rust/commit/c17d33f1df Extend builtin/auto trait args with error when they have >1 argument https://github.com/rust-lang/rust/commit/580fa0c1a9 rename github_repository to git_repository https://github.com/rust-lang/rust/commit/ffffc2038f Update ICU4X https://github.com/rust-lang/rust/commit/ff1858e2aa Make `FatalErrorMarker` lower priority than other panics https://github.com/rust-lang/rust/commit/4a0873533f update suggest-tests https://github.com/rust-lang/rust/commit/5a562d962e pass the correct args to compiletest https://github.com/rust-lang/rust/commit/545cc830e1 allow configuring the parent GitHub repository Co-authored-by: celinval --- rust-toolchain.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust-toolchain.toml b/rust-toolchain.toml index 1ca3e9b04420..d6ff6640fab0 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-09" +channel = "nightly-2023-11-10" components = ["llvm-tools-preview", "rustc-dev", "rust-src", "rustfmt"]