Automatic toolchain upgrade to nightly-2023-04-17 #2448
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-04-16 to nightly-2023-04-17 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@5cdb788 up to rust-lang/rust@d0f204e. The log for this commit range is:
rust-lang/rust@d0f204e4d7 Auto merge of #109133 - weihanglo:make-cargo-a-workspace, r=ehuss
rust-lang/rust@103ed0e5c8 bootstrap: switch from
stream_cargo
totry_run_quiet
rust-lang/rust@befa5c98c9 chore: remove
rustc-workspace-hack
rust-lang/rust@1cfaa3431e chore: remove Cargo features in rustc-workspace-hack
rust-lang/rust@82950f6895 bootstrap: treat src/tools/cargo as a workspace member
rust-lang/rust@4c777710c6 tidy:
check_crate_duplicate
is no longer usefulrust-lang/rust@f795a150fe chore: allow
cargo
to have its own workspacerust-lang/rust@8a778ca1e3 Auto merge of #110405 - fee1-dead-contrib:rollup-9rkree6, r=fee1-dead
rust-lang/rust@38215fb77a Rollup merge of #110402 - scottmcm:align-tz, r=fee1-dead
rust-lang/rust@1d30adb068 Rollup merge of #110400 - matthiaskrgr:style_mix, r=fee1-dead
rust-lang/rust@fba49a7ee2 Rollup merge of #110398 - matthiaskrgr:clippy_match, r=Nilstrieb,fee1-dead
rust-lang/rust@508d661105 Rollup merge of #110397 - Nilstrieb:speedy-bootstrap-2, r=fee1-dead,jyn514
rust-lang/rust@99fd9cb697 Remove the loop in
Align::from_bytes
rust-lang/rust@1b50ea9abb Auto merge of #110401 - fee1-dead-contrib:rollup-1f2smz2, r=fee1-dead
rust-lang/rust@7fb14ae84d Rollup merge of #110396 - Nilstrieb:speedy-bootstrap, r=jyn514
rust-lang/rust@eba419195c Rollup merge of #110345 - nnethercote:rm-Super-impls-for-Region, r=compiler-errors
rust-lang/rust@a5136f14ae Rollup merge of #109665 - fee1-dead-contrib:rm-remap-queries, r=oli-obk
rust-lang/rust@6ef8648a48 more clippy fixes: clippy::{iter_cloned_collect, unwarp_or_else_default, option_map_or_none}
rust-lang/rust@bcc15bba95 use matches! macro in more places
rust-lang/rust@2109fe4e4e Move some utils out of
rustc_const_eval
rust-lang/rust@ee8f92ba0a Use lints via
lint_defs
instead oflints
rust-lang/rust@18109d5032 Auto merge of #110391 - est31:remove_allow_unused, r=fee1-dead
rust-lang/rust@77821b2eb9 Remove unused unused_macros
rust-lang/rust@e6e956dade Auto merge of #110390 - fee1-dead-contrib:rollup-kh2ov9r, r=fee1-dead
rust-lang/rust@312cad1f74 Rollup merge of #110387 - nnethercote:rm-use-rustc_hir-as-ast, r=fee1-dead
rust-lang/rust@4d868c9508 Rollup merge of #110379 - ehuss:unignore-tests, r=compiler-errors
rust-lang/rust@ff39942d33 Rollup merge of #110376 - aDotInTheVoid:doc-comment, r=jyn514
rust-lang/rust@1ffa331c72 Don't
use rustc_hir as ast
(!)rust-lang/rust@2a71115261 Auto merge of #105888 - skyzh:skyzh/suggest-lifetime-closure, r=compiler-errors
rust-lang/rust@c6fb7b9815 Auto merge of #110375 - JohnTitor:rollup-ghvdaxm, r=JohnTitor
rust-lang/rust@4460a1dc28 Remove
TypeSuper{Foldable,Visitable}
impls forRegion
.rust-lang/rust@a4e851cf62 Add some reasons why tests are ignored.
rust-lang/rust@3a645659b8 Unignore issue-65918
rust-lang/rust@a8983749bd Rollup merge of #110366 - matthiaskrgr:compl_123, r=Nilstrieb
rust-lang/rust@99e59dbef3 Rollup merge of #110364 - matthiaskrgr:anti_clone, r=Nilstrieb
rust-lang/rust@be2e8078d7 Rollup merge of #110356 - jyn514:rust-installer-tests, r=ozkanonur
rust-lang/rust@724da5cf11 Rollup merge of #110350 - SparkyPotato:test-79605, r=cjgillot
rust-lang/rust@1c228d122f Rollup merge of #110347 - est31:size_of_links, r=jyn514
rust-lang/rust@a484f22078 Rollup merge of #110307 - est31:beta_nominated_unauthenticated, r=Mark-Simulacrum
rust-lang/rust@52d23c9253 Rollup merge of #110272 - Ezrashaw:fix-unconned-lt-in-implbounds, r=aliemjay
rust-lang/rust@7e6983e27d Rollup merge of #110033 - cuviper:relnotes-1.69.0, r=pietroalbini
rust-lang/rust@266ec68d3d Convert comment to doc comment on
Interner::get
.rust-lang/rust@50b816f71f Auto merge of #110319 - ferrocene:pa-more-ignore-reasons, r=ehuss
rust-lang/rust@d7ed5a52ff Unignore closure-bang.
rust-lang/rust@bcd79c222a fix clippy::{clone_on_copy, useless_conversion}
rust-lang/rust@d666f6bf22 fix clippy::{filter_map_identiy, map_identity, manual_flatten}
rust-lang/rust@1077d574cf remove redundant clones
rust-lang/rust@b1feb45f59 Fix
x test rust-installer
whencargo
is set to a relative pathrust-lang/rust@4c80f58d41 Update compiler/rustc_trait_selection/src/traits/outlives_bounds.rs
rust-lang/rust@504a47b16d Add intra-doc links to size_of_* functions
rust-lang/rust@714c276b9c add UI test for #79605
rust-lang/rust@90dc6fe71d fix import Applicability
rust-lang/rust@173b8567ee use param instead of ty
rust-lang/rust@54c11a688f better suggestion based on hir
rust-lang/rust@6e17349b12 suggest lifetime for closure parameter type when mismatch
rust-lang/rust@34a52dfc7a mark needs-llvm-components as being handled elsewhere
rust-lang/rust@0f8a06b6c0 use a shared headers cache
rust-lang/rust@0f364ac382 add line numbers to error messages
rust-lang/rust@741a0ec842 show all invalid directives errors rather than just the first one
rust-lang/rust@55c07678cd refactor ignore- and only- to use decisions
rust-lang/rust@ffe4ccd4ad rename rust-lldb to needs-rust-lldb for consistency
rust-lang/rust@aea43673f2 refactor needs, validate them, and add ignore reasons
rust-lang/rust@89281b3aa4 add pretty ignore reasons for llvm, cdb, gdb and lldb
rust-lang/rust@b506d966a3 implement review suggestions
rust-lang/rust@0aa958bab9 Allow everyone to set the beta-nominated label
rust-lang/rust@617648c43f Update the mingw version note
rust-lang/rust@ecf2a9b75e fix: skip implied bounds if unconstrained lifetime exists
rust-lang/rust@ae60b362d9 Cargo '-C' was reverted
rust-lang/rust@c9358e9a00 Apply suggestions from code review
rust-lang/rust@f9f25162bf Apply suggestions from code review
rust-lang/rust@886c0e6388 fix ICE
rust-lang/rust@954d9a8f8e Remove
remap_env_constness
in queriesrust-lang/rust@02b3165310 Apply code formatting
rust-lang/rust@361b453e33 Avoid normalization/projection jargon
rust-lang/rust@c21b104425 Remove empty "Misc" section
rust-lang/rust@f6a47f304e Rephrase the analysis removal
rust-lang/rust@6b33156d34
core::net
is not stable yetrust-lang/rust@21f10dd1b9 Cargo only suggests fixes for warnings
rust-lang/rust@af3bf85311 Add 1.69.0 release notes