Automatic toolchain upgrade to nightly-2023-06-22 #2584
Closed
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-2023-06-21 to nightly-2023-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@4651421 up to rust-lang/rust@065a1f5. The log for this commit range is:
rust-lang/rust@065a1f5df9 Auto merge of #112900 - GuillaumeGomez:rollup-1blf4io, r=GuillaumeGomez
rust-lang/rust@f5470af6a6 Rollup merge of #112894 - GuillaumeGomez:gui-fields-display, r=notriddle
rust-lang/rust@d938be153c Rollup merge of #112892 - petrochenkov:cleanres, r=oli-obk
rust-lang/rust@5ed75a9628 Rollup merge of #112868 - compiler-errors:liberate-afit-sugg, r=WaffleLapkin
rust-lang/rust@a5561eb4d5 Rollup merge of #112538 - ndrewxie:issue-84447-partial-1, r=compiler-errors
rust-lang/rust@006a26c0b5 Auto merge of #111684 - ChayimFriedman2:unused-offset-of, r=WaffleLapkin
rust-lang/rust@7563909a28 Liberate bound vars properly when suggesting missing AFIT
rust-lang/rust@805edb0a4a Add test to prevent regression for fields display
rust-lang/rust@6f48526963 Fix union fields display
rust-lang/rust@c007293e29 resolve: Minor cleanup to
fn resolve_path_with_ribs
rust-lang/rust@536635c89b Auto merge of #112890 - GuillaumeGomez:rollup-7e01q69, r=GuillaumeGomez
rust-lang/rust@a687a96df0 Rollup merge of #112886 - clubby789:revert-user-dist, r=albertlarsan68
rust-lang/rust@82bd2e334f Rollup merge of #112885 - imor:fix_span_bug_msg, r=cjgillot
rust-lang/rust@4f6c48b61b Rollup merge of #112883 - oli-obk:tracing_queries, r=cjgillot
rust-lang/rust@38916c71cb Rollup merge of #112863 - clubby789:stderr-typo, r=albertlarsan68
rust-lang/rust@009d72b3ae Rollup merge of #112853 - GuillaumeGomez:type_alias_type, r=oli-obk
rust-lang/rust@e100df9e68 Rollup merge of #112836 - GuillaumeGomez:rustdoc-invalid-file-creation, r=notriddle
rust-lang/rust@476798d4fd Rollup merge of #99587 - ibraheemdev:park-orderings, r=m-ou-se
rust-lang/rust@53761e1222 Correctly handle Weak type aliases in rustdoc
rust-lang/rust@3ad595a316 Add tests for invalid files generation
rust-lang/rust@e3e65d1e14 Revert 'Rename profile=user to profile=dist'
rust-lang/rust@1af48beed7 Add rustdoc tests for
lazy_type_alias
rust-lang/rust@60ec8405eb Add
lazy_type_alias
feature gaterust-lang/rust@91aef00e51 Fix msg passed to span_bug
rust-lang/rust@38b44eb233 Auto merge of #112834 - oli-obk:mir_opts_considered_unsound, r=cjgillot
rust-lang/rust@3acb1d2b9b "Memory Orderings" -> "Memory Ordering"
rust-lang/rust@81e37743a5 Make queries traceable again
rust-lang/rust@592844cf88 Warn on unused offset_of!() result
rust-lang/rust@97bf23d26b Auto merge of #112877 - Nilstrieb:rollup-5g5hegl, r=Nilstrieb
rust-lang/rust@c409f05636 Disable two mir opts that are known to be unsound
rust-lang/rust@82e6a16e33 Rollup merge of #112844 - Vanille-N:unique, r=RalfJung
rust-lang/rust@904994e101 Rollup merge of #112830 - nnethercote:more-codegen-cleanups, r=oli-obk
rust-lang/rust@c6710d15f1 Rollup merge of #112790 - WaffleLapkin:syntactically, r=Nilstrieb
rust-lang/rust@a98c14f3a9 Rollup merge of #112772 - compiler-errors:clauses-1, r=lcnr
rust-lang/rust@34c8e53d7a Rollup merge of #112759 - cjgillot:closure-names, r=oli-obk
rust-lang/rust@78a90cb4ee Rollup merge of #112632 - gootorov:vec_alloc_partialeq, r=dtolnay
rust-lang/rust@67da586efe Auto merge of #106450 - albertlarsan68:fix-arc-ptr-eq, r=Amanieu
rust-lang/rust@c55d1ee8d4 Auto merge of #112119 - zirconium-n:issue-113072-merge-borrow-kind, r=lcnr
rust-lang/rust@1da1348924 Remove Queries::ongoing_codegen.
rust-lang/rust@c696307a87 Inline and remove
WorkItem::start_profiling
andexecute_work_item
.rust-lang/rust@7201271fe8 Fix typo in
eprintln
docsrust-lang/rust@bf27f12d94 relaxed orderings in
thread::park
examplerust-lang/rust@4457658f68 Auto merge of #112859 - weihanglo:update-cargo, r=weihanglo
rust-lang/rust@214a0d1531 Update cargo
rust-lang/rust@db95734b9d Fix invalid creation of files in rustdoc
rust-lang/rust@74aad5ce56
Adt
forUnique
may contain a referencerust-lang/rust@b8a250fc4f update comment on
MutBorrowKind::ClosureCapture
rust-lang/rust@a52cc0a8c9 address most easy comments
rust-lang/rust@8fb4c41f35 merge
BorrowKind::Unique
intoBorrowKind::Mut
rust-lang/rust@bc20a8e01a Add
Item::def_id
helperrust-lang/rust@689607e7a3 Remove duplicated comment.
rust-lang/rust@3a1edd8212 Store generator field names in GeneratorLayout.
rust-lang/rust@7d5b2e4926 Make closure_saved_names_of_captured_variables a query.
rust-lang/rust@dcee3ab4f8 doc
rust-lang/rust@21226eefb2 Fully fledged Clause type
rust-lang/rust@fca56a8d2c s/Clause/ClauseKind
rust-lang/rust@b967f5c30d Support
ast::ExprKind::Become
in clippyrust-lang/rust@0355d41fd8 Implement
become
expression formatting in rustfmtrust-lang/rust@d7713feb99 Syntatically accept
become
expressionsrust-lang/rust@ed82c055c6 alloc: Implement PartialOrd for
Vec
s over different allocatorsrust-lang/rust@0cac8455e6 Applied nits
rust-lang/rust@f04da2218c Make
{Arc,Rc,Weak}::ptr_eq
ignore pointer metadatarust-lang/rust@e9868ef8df clarify wording around spurious wakeups from
thread::park
rust-lang/rust@6e8a0136f1 improve wording of
thread::park
docsrust-lang/rust@1bae661dbc tidy
rust-lang/rust@9de1d7c10d document memory orderings of
thread::{park, unpark}