Skip to content

Commit

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

Co-authored-by: celinval <celinval@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and celinval committed Nov 10, 2023
1 parent 8bed969 commit 0946ca5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rust-toolchain.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"]

0 comments on commit 0946ca5

Please sign in to comment.