From b291e73199318385cca575c167712017fa1f2128 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 7 Nov 2023 16:12:37 -0800 Subject: [PATCH] Automatic toolchain upgrade to nightly-2023-11-07 (#2862) Update Rust toolchain from nightly-2023-11-06 to nightly-2023-11-07 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/fee5518cdd4435c60a57fe3bb734fc1a14abeb7a up to https://github.com/rust-lang/rust/commit/189d6c71f3bb6c52113b5639a80839791974fd22. The log for this commit range is: https://github.com/rust-lang/rust/commit/189d6c71f3 Auto merge of #117641 - matthiaskrgr:rollup-f9c12td, r=matthiaskrgr https://github.com/rust-lang/rust/commit/9efe60b1eb Rollup merge of #117637 - lqd:trivial-bounds-with-binder-vars, r=compiler-errors https://github.com/rust-lang/rust/commit/2a1f8bccee Rollup merge of #117631 - smarnach:error-request-doc-fix, r=ChrisDenton https://github.com/rust-lang/rust/commit/8a34fea835 Rollup merge of #117516 - matthiaskrgr:test_effects_113375_oob, r=fee1-dead https://github.com/rust-lang/rust/commit/1683df7d3b Rollup merge of #117190 - matthiaskrgr:test_effects_113381, r=fee1-dead https://github.com/rust-lang/rust/commit/fb61292105 Auto merge of #117292 - estebank:issue-80446, r=davidtwco https://github.com/rust-lang/rust/commit/4b7aacaa4f Silence redundant error on typo resulting on binop https://github.com/rust-lang/rust/commit/aea82b268a Auto merge of #117603 - HKalbasi:make-feature-additive, r=Nilstrieb https://github.com/rust-lang/rust/commit/58351ae03f add test for trivial bound not holding in `soa-derive` https://github.com/rust-lang/rust/commit/2beca157c9 check binders with bound vars for global bounds that don't hold https://github.com/rust-lang/rust/commit/b049093560 Auto merge of #116988 - RalfJung:null, r=WaffleLapkin https://github.com/rust-lang/rust/commit/e1fcecb1b9 Auto merge of #117630 - matthiaskrgr:rollup-v0d5p3f, r=matthiaskrgr https://github.com/rust-lang/rust/commit/3a096e96fa Documentation cleanup for core::error::Request. https://github.com/rust-lang/rust/commit/b88d62e222 Rollup merge of #117615 - bjorn3:misc_changes, r=davidtwco https://github.com/rust-lang/rust/commit/ec35c03143 Rollup merge of #117613 - jackh726:vacation, r=compiler-errors https://github.com/rust-lang/rust/commit/60dca87cff Rollup merge of #117592 - thomcc:env-span-wrong, r=davidtwco https://github.com/rust-lang/rust/commit/6bf2fb3679 Auto merge of #117578 - compiler-errors:derive-encode-in-rustc_type_ir, r=davidtwco https://github.com/rust-lang/rust/commit/f9b644636f Auto merge of #117435 - SparrowLii:nightly_parallel, r=oli-obk,davidtwco https://github.com/rust-lang/rust/commit/fcca978aa0 Auto merge of #117607 - klensy:clang-17.0.4, r=Mark-Simulacrum https://github.com/rust-lang/rust/commit/152a4e90d1 Auto merge of #117585 - dnbln:feat/move-kw-span, r=cjgillot https://github.com/rust-lang/rust/commit/f2a40e99ff use portable AtomicU64 for powerPC and MIPS https://github.com/rust-lang/rust/commit/7a892ab8d8 Auto merge of #117576 - the8472:fix-io-copy-vec, r=Mark-Simulacrum https://github.com/rust-lang/rust/commit/c8a25eddfe Make the randomize feature of rustc_abi additive https://github.com/rust-lang/rust/commit/ec29a02071 Update doc comment for CodegenBackend::link https://github.com/rust-lang/rust/commit/ba82056a14 Use the actual computed crate name for -Zprint-vtable-sizes https://github.com/rust-lang/rust/commit/1a1b10fa63 Don't steal the parse query when using --pretty https://github.com/rust-lang/rust/commit/6e33e89337 Remove from vacation and compiler review group https://github.com/rust-lang/rust/commit/38ff91c453 bump clang version for dist-x86_64-linux from 17.0.2 to 17.0.4 https://github.com/rust-lang/rust/commit/86fca873ba Use the correct span when emitting the `env!` result https://github.com/rust-lang/rust/commit/c077147200 fix clippy author and failing test https://github.com/rust-lang/rust/commit/876f698790 Add the vis.visit_capture_by() in noop_visit_expr https://github.com/rust-lang/rust/commit/54ce0346c0 add `fn visit_capture_by` to MutVisitor and fix pprust-expr-roundtrip.rs https://github.com/rust-lang/rust/commit/df85b28b72 fixes for rustfmt + ast visitor https://github.com/rust-lang/rust/commit/a6b41aa6ba fmt https://github.com/rust-lang/rust/commit/241a654c07 Fix remaining uses of `CaptureBy::Value` https://github.com/rust-lang/rust/commit/8de489918b feat(hir): Store the `Span` of the `move` keyword https://github.com/rust-lang/rust/commit/bee7b5889e Derive TyEncodable/TyDecodable implementations that are parameterized over interner https://github.com/rust-lang/rust/commit/78aa5e511c detect EOF earlier https://github.com/rust-lang/rust/commit/8d8f06b277 avoid excessive initialization when copying to a Vec https://github.com/rust-lang/rust/commit/666cad9a5f add test for #113375 https://github.com/rust-lang/rust/commit/384f7382ba add test for #113381 https://github.com/rust-lang/rust/commit/248dd14fa5 update config.example.toml https://github.com/rust-lang/rust/commit/bf5fb7614b update bootstrap change history https://github.com/rust-lang/rust/commit/ab8101d019 enable parallel rustc in nightly builds https://github.com/rust-lang/rust/commit/231f93524d Detect misparsed binop caused by missing semi https://github.com/rust-lang/rust/commit/98d54da1ee document that the null pointer has the 0 address --------- Co-authored-by: celinval Co-authored-by: Zyad Hassan Co-authored-by: Zyad Hassan <88045115+zhassan-aws@users.noreply.github.com> --- rust-toolchain.toml | 2 +- tools/bookrunner/librustdoc/lib.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/rust-toolchain.toml b/rust-toolchain.toml index 4adf74fe6563..564c4ac3eeaa 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-06" +channel = "nightly-2023-11-07" components = ["llvm-tools-preview", "rustc-dev", "rust-src", "rustfmt"] diff --git a/tools/bookrunner/librustdoc/lib.rs b/tools/bookrunner/librustdoc/lib.rs index 9046478cf502..68bc77fa14e8 100644 --- a/tools/bookrunner/librustdoc/lib.rs +++ b/tools/bookrunner/librustdoc/lib.rs @@ -17,7 +17,7 @@ #![feature(iter_intersperse)] #![recursion_limit = "256"] #![warn(rustc::internal)] -#![allow(clippy::collapsible_if, clippy::collapsible_else_if)] +#![allow(clippy::collapsible_if, clippy::collapsible_else_if, clippy::arc_with_non_send_sync)] #[macro_use] extern crate tracing;