From 33b7d853c274aa4dc24cddd57fec196087225f01 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 15 May 2024 08:13:03 -0400 Subject: [PATCH] Automatic toolchain upgrade to nightly-2024-05-15 (#3185) Update Rust toolchain from nightly-2024-05-14 to nightly-2024-05-15 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/ab14f944afe4234db378ced3801e637eae6c0f30 up to https://github.com/rust-lang/rust/commit/8387315ab3c26a57a1f53a90f188f0bc88514bca. The log for this commit range is: https://github.com/rust-lang/rust/commit/8387315ab3 Auto merge of #125125 - lovesegfault:opt-dist-specify-rustc-perf, r=Mark-Simulacrum https://github.com/rust-lang/rust/commit/c3c9783de2 feat(tools/opt-dist): allow local builds to specify a rustc-perf checkout https://github.com/rust-lang/rust/commit/ac385a5af6 Auto merge of #125120 - compiler-errors:rollup-mnjybwv, r=compiler-errors https://github.com/rust-lang/rust/commit/31016d5879 Rollup merge of #125118 - GuillaumeGomez:cleanup-run-make, r=jieyouxu https://github.com/rust-lang/rust/commit/d59f430eec Rollup merge of #125100 - compiler-errors:faster, r=nnethercote https://github.com/rust-lang/rust/commit/712e7c37f7 Rollup merge of #125088 - compiler-errors:uplift-alias-ty, r=lcnr https://github.com/rust-lang/rust/commit/8c64acdbdc Rollup merge of #125080 - bvanjoi:fix-124946, r=nnethercote https://github.com/rust-lang/rust/commit/844c7e826e Rollup merge of #125047 - Oneirical:test5, r=jieyouxu https://github.com/rust-lang/rust/commit/0458d8a53b Rollup merge of #124844 - compiler-errors:shadow-probe, r=lcnr https://github.com/rust-lang/rust/commit/36287830a2 Rollup merge of #119838 - joshtriplett:style-guide-binop-indent, r=compiler-errors https://github.com/rust-lang/rust/commit/ade33b02f2 only find segs chain for missing methods when no available candidates https://github.com/rust-lang/rust/commit/bdfd941f4d Auto merge of #123816 - tgross35:f16-f128-mangling, r=michaelwoerister https://github.com/rust-lang/rust/commit/f97d915173 Use new utility functions/methods in run-make tests https://github.com/rust-lang/rust/commit/792a9bdd4b Enable v0 mangling tests and add checks for `f16`/`f128` https://github.com/rust-lang/rust/commit/809b84edba Add v0 symbol mangling for `f16` and `f128` https://github.com/rust-lang/rust/commit/31026b7fe3 Auto merge of #125023 - morr0ne:linux-none-target, r=Nilstrieb https://github.com/rust-lang/rust/commit/68407f9049 fix typo in x86_64-unknown-linux-none docs https://github.com/rust-lang/rust/commit/c45e831d8f Auto merge of #124228 - compiler-errors:lint-overcaptures, r=oli-obk https://github.com/rust-lang/rust/commit/58426f4a5b Auto merge of #125026 - Oneirical:clink-tests, r=jieyouxu https://github.com/rust-lang/rust/commit/e098eb14ae Wording improvement https://github.com/rust-lang/rust/commit/e2d9c0d938 Fix missing word https://github.com/rust-lang/rust/commit/57c32a193f style-guide: When breaking binops handle multi-line first operand better https://github.com/rust-lang/rust/commit/dbd2ca6478 Use a proper probe for shadowing impl https://github.com/rust-lang/rust/commit/052de1da4f And finally add tests https://github.com/rust-lang/rust/commit/1529c661e4 Warn against redundant use<...> https://github.com/rust-lang/rust/commit/f3fb727b08 Don't suggest using use<> syntax to capture APITs https://github.com/rust-lang/rust/commit/6afe1352d9 Suggest adding use<> syntax https://github.com/rust-lang/rust/commit/554becc180 Add some commenting https://github.com/rust-lang/rust/commit/d57e57ca1f Implement initial IMPL_TRAIT_OVERCAPTURES lint https://github.com/rust-lang/rust/commit/8f97a2588c Add test to make sure suggestions are still quick https://github.com/rust-lang/rust/commit/fba5f44bd8 Auto merge of #125098 - jhpratt:rollup-2qm4gga, r=jhpratt https://github.com/rust-lang/rust/commit/45b50d303c lto function, static_library call, rename https://github.com/rust-lang/rust/commit/9f8cdb286e Remove to_term https://github.com/rust-lang/rust/commit/1ad28a6f53 Uplift AliasTy https://github.com/rust-lang/rust/commit/812f89728a fix fmt https://github.com/rust-lang/rust/commit/2e4c90c3f7 Don't do post-method-probe error reporting steps if we're in a suggestion https://github.com/rust-lang/rust/commit/32d74f1800 Rollup merge of #125090 - erickt:bump-fuchsia, r=tmandry https://github.com/rust-lang/rust/commit/209703af85 Rollup merge of #125072 - Darksonn:pin-dyn-dispatch-sound, r=jhpratt https://github.com/rust-lang/rust/commit/18d9c039bb Rollup merge of #124997 - gurry:124848-ice-should-be-sized, r=Nadrieril https://github.com/rust-lang/rust/commit/74a78af0e2 Rollup merge of #116675 - joshlf:patch-10, r=scottmcm https://github.com/rust-lang/rust/commit/9105c57b7f Auto merge of #124256 - nnethercote:rm-NtIdent-NtLifetime, r=petrochenkov https://github.com/rust-lang/rust/commit/34582118af Auto merge of #125076 - compiler-errors:alias-term, r=lcnr https://github.com/rust-lang/rust/commit/95e519ecbf Remove `NtIdent` and `NtLifetime`. https://github.com/rust-lang/rust/commit/fa84018c2e Apply nits https://github.com/rust-lang/rust/commit/58ee9192e0 Migrate fuchsia docs from `pm` to `ffx` https://github.com/rust-lang/rust/commit/293b5cb1ca [ptr] Document maximum allocation size https://github.com/rust-lang/rust/commit/3bcdf3058e split out AliasTy -> AliasTerm https://github.com/rust-lang/rust/commit/b3a78c1d09 Add test for dynamic dispatch + Pin::new soundness https://github.com/rust-lang/rust/commit/9a63a42cb7 Remove a `Span` from `TokenKind::Interpolated`. https://github.com/rust-lang/rust/commit/71fd2cf5b4 fix function call and import https://github.com/rust-lang/rust/commit/a1b5ea0cc2 make tidy happy https://github.com/rust-lang/rust/commit/f2de5fb2ae rewrite issue-14500 to rmake https://github.com/rust-lang/rust/commit/a6f237ca85 docs: fix typo in platform-support docs https://github.com/rust-lang/rust/commit/923cdb35aa test: Add assembly tests for x86_64-unknown-linux-none target https://github.com/rust-lang/rust/commit/10c358f111 Make tidy happy https://github.com/rust-lang/rust/commit/e37d2989c1 remove trailing whitespace https://github.com/rust-lang/rust/commit/a2e7e79a13 Port c-link-to-rust-va-list-fn to Rust https://github.com/rust-lang/rust/commit/9cf080099d docs: Document x86_64-unknown-linux-none target https://github.com/rust-lang/rust/commit/a3ef01b1fc Add x86_64-unknown-linux-none target https://github.com/rust-lang/rust/commit/fb619ec208 FIx ICE while casting a type with error Co-authored-by: tautschnig <1144736+tautschnig@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 021cbbf7a8fff..b0aa16a366277 100644 --- a/rust-toolchain.toml +++ b/rust-toolchain.toml @@ -2,5 +2,5 @@ # SPDX-License-Identifier: Apache-2.0 OR MIT [toolchain] -channel = "nightly-2024-05-14" +channel = "nightly-2024-05-15" components = ["llvm-tools-preview", "rustc-dev", "rust-src", "rustfmt"]