Automatic toolchain upgrade to nightly-2024-06-22 #3285
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Update Rust toolchain from nightly-2024-06-21 to nightly-2024-06-22 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@684b355 up to rust-lang/rust@c1b336c. The log for this commit range is:
rust-lang/rust@c1b336cb6b Auto merge of #126650 - compiler-errors:renames, r=lcnr
rust-lang/rust@db638ab968 Rename a bunch of things
rust-lang/rust@5ced3dad57 Auto merge of #125853 - tesuji:promote-fail-fast, r=cjgillot
rust-lang/rust@7002a3f37f interpret: use trace to reduce noice
rust-lang/rust@62a287528a Reuse allocation for Vec
rust-lang/rust@25c9f2ca06 Auto merge of #123165 - oli-obk:no_ord_def_id3, r=cjgillot
rust-lang/rust@d40f30e1df Auto merge of #126781 - matthiaskrgr:rollup-5u4pens, r=matthiaskrgr
rust-lang/rust@e32ea4822b Auto merge of #126541 - scottmcm:more-ptr-metadata-gvn, r=cjgillot
rust-lang/rust@d86736c9be Rollup merge of #126774 - nnethercote:fix-126751, r=oli-obk
rust-lang/rust@f577d808b7 Rollup merge of #126767 - compiler-errors:static-foreign-item, r=spastorino
rust-lang/rust@520118b4f8 Rollup merge of #126707 - ferrocene:hoverbear/fix-inaccessible-temp-dir, r=jieyouxu
rust-lang/rust@3bd84f18bc Rollup merge of #126700 - compiler-errors:fragment, r=fmease
rust-lang/rust@2b7f6e274e Rollup merge of #126617 - sayantn:veorq, r=workingjubilee
rust-lang/rust@7a827d349f Rollup merge of #126613 - tgross35:log-test-update, r=cuviper
rust-lang/rust@0c1d396a51 Rollup merge of #126481 - ChrisDenton:powerpc-unkown-openbsd, r=ehuss
rust-lang/rust@73cc4eca56 Rollup merge of #126125 - dev-ardi:conflict-markers, r=estebank
rust-lang/rust@55d13379ac [GVN] Add tests for generic pointees with PtrMetadata
rust-lang/rust@4341cb709d I'd never even heard of a coverage map
rust-lang/rust@b611b6bbb8 Replace
NormalizeArrayLen
withGVN
rust-lang/rust@4a7b6c0e6c More GVN for PtrMetadata
rust-lang/rust@31d8696ac9 Add a try_as_constant+try_as_local helper
rust-lang/rust@d6efcbb760 Fix another assertion failure for some Expect diagnostics.
rust-lang/rust@4e6de37349 Auto merge of #126757 - compiler-errors:safe, r=spastorino
rust-lang/rust@7a08f84627 Auto merge of #126578 - scottmcm:inlining-bonuses-too, r=davidtwco
rust-lang/rust@3e59f0c3c5 StaticForeignItem and StaticItem are the same
rust-lang/rust@a9c8887c7d Auto merge of #126544 - petrochenkov:upparent, r=cjgillot
rust-lang/rust@108b3f214a Properly gate
safe
keyword in pre-expansionrust-lang/rust@4d3b617911 rustc_span: Optimize span parent get/set methods
rust-lang/rust@a656bb6eb2 Specify target for inaccessible-temp-dir rmake test
rust-lang/rust@eac6b2910a Shrink some slice iterator MIR
rust-lang/rust@4236da52af Give inlining bonuses to things that optimize out
rust-lang/rust@f334951030 Give
CostChecker
both penalties and bonusesrust-lang/rust@3e8898a4e1 Allow naming expr_2021 in all editions
rust-lang/rust@50d1efa3e2 Add a test demonstrating the problem
rust-lang/rust@1e1b3fcada Fix stderr cases
rust-lang/rust@b6d20d1a1f Add the target-features
rust-lang/rust@9f6371236f make this comment correct
rust-lang/rust@d51b4462ec Improve conflict marker recovery
rust-lang/rust@c4ddc863ae Print the tested value in int_log tests
rust-lang/rust@c03659443a promote_consts: eargerly return when there are no candidates
rust-lang/rust@28708912fb prefer tracing::instrument over debug strings
rust-lang/rust@06aee7ee03 use rustc-dep-of-std in panic_unwind
rust-lang/rust@9b221109bf Add powerpc-unknown-openbsd maintaince status
rust-lang/rust@4239a739e8 Stop sorting
Span
s'SyntaxContext
, as that is incompatible with incremental