Skip to content

Conversation

github-actions[bot]
Copy link
Contributor

Update Rust toolchain from nightly-2025-05-08 to nightly-2025-05-09 without any other source changes.

Copy link
Contributor Author

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@e9f8103 up to
rust-lang/rust@50aa041. The log
for this commit range is:

https://github.com/rust-lang/rust/commit/50aa041807 Auto merge of #140786 - Kobzol:try-builds-no-deny-warnings, r=jieyouxu

rust-lang/rust@fe348cd1a8 Auto merge of #140797 - matthiaskrgr:rollup-3km95qh, r=matthiaskrgr
rust-lang/rust@4f9bb8c735 Mention fast try builds in the rustc-dev-guide
rust-lang/rust@082777e088 Do not deny warnings for fast try builds
rust-lang/rust@7fc43e50c7 Rollup merge of #140759 - dpaoliello:symlink, r=workingjubilee
rust-lang/rust@54f1da4486 Rollup merge of #140758 - dpaoliello:armhazard, r=jieyouxu
rust-lang/rust@12d6a47bda Rollup merge of #140756 - dpaoliello:paclink, r=jieyouxu
rust-lang/rust@13ad11821e Rollup merge of #140755 - dpaoliello:arm64windebuginfo, r=jieyouxu
rust-lang/rust@4ed13189ec Rollup merge of #140736 - xizheyin:issue-140166, r=petrochenkov
rust-lang/rust@e964ccafed Auto merge of #140732 - onur-ozkan:use-in-tree-rustfmt, r=Kobzol
rust-lang/rust@34495f5895 Migrate opt-dist to edition 2024
rust-lang/rust@52fcf33ed7 Remove unused dependency from opt-dist
rust-lang/rust@e85d014244 add change-entry for x run rustfmt
rust-lang/rust@1a18da5674 implement x run rustfmt
rust-lang/rust@1973872013 Auto merge of #140781 - matthiaskrgr:rollup-90sig9g, r=matthiaskrgr
rust-lang/rust@526923ad05 Rollup merge of #140773 - aDotInTheVoid:rdj-triagdfsadgs, r=dtolnay
rust-lang/rust@34feb216e6 Rollup merge of #140769 - Zoxc:fix-140731, r=oli-obk
rust-lang/rust@b330d04b2d Rollup merge of #140764 - joshtriplett:style-nullary-functions, r=traviscross
rust-lang/rust@cd235bdec8 Rollup merge of #140762 - aDotInTheVoid:popnl, r=GuillaumeGomez
rust-lang/rust@74b79aee60 Rollup merge of #140711 - compiler-errors:combine-maybes, r=lcnr
rust-lang/rust@aace48811b Rollup merge of #140641 - lcnr:opaque-type-storage-entries, r=compiler-errors
rust-lang/rust@1521f2cff3 Rollup merge of #140579 - jieyouxu:temp-remove, r=wesleywiser
rust-lang/rust@a810f8ac89 Rollup merge of #140523 - compiler-errors:late-early-mismatch, r=jackh726
rust-lang/rust@8a3ab85e7d Rollup merge of #140260 - compiler-errors:only-global-post-norm, r=lcnr
rust-lang/rust@7e552b46af Auto merge of #140106 - dianne:deref-pat-usefulness, r=Nadrieril
rust-lang/rust@ae3e8c6191 Auto merge of #140751 - GuillaumeGomez:rollup-eahw4ta, r=GuillaumeGomez
rust-lang/rust@1799f5f8a9 triagebot: Better message for changes to tests/rustdoc-json
rust-lang/rust@34c42c8f31 do not allow stage > 0 on x fmt
rust-lang/rust@5913e55dfc Add DefPathData::OpaqueLifetime to avoid conflicts for remapped opaque lifetimes
rust-lang/rust@38e3fa61f6 style: Never break within a nullary function call func() or a unit literal ()
rust-lang/rust@75ca6c621e [win][arm64] Disable MSVC Linker 'Arm Hazard' warning
rust-lang/rust@aeb70c710a rustdoc-json: Remove newlines from attributes
rust-lang/rust@f03d246db9 Better error message for late/early lifetime param mismatch
rust-lang/rust@0cacc05531 [win][arm64] Disable FS tests that require symlinks
rust-lang/rust@e7979eab89 detect additional uses of opaques after writeback
rust-lang/rust@fc0ef54fd9 opaque_type_storage to InferCtxtLike
rust-lang/rust@742aaf9b69 [arm64] Pointer auth test should link with C static library statically
rust-lang/rust@3286d4aad7 [win][arm64] Disable various DebugInfo tests that don't work on Arm64 Windows
rust-lang/rust@b27d630f89 Point out region bound mismatches in check_region_bounds_on_impl_item
rust-lang/rust@a910329c67 Use MaybeCause::or to allow constraints from overflows if they are combined with ambiguity
rust-lang/rust@8a21d1b495 Review
rust-lang/rust@5e5043d733 Rollup merge of #140745 - jchecahi:run-make-support-cargo-rustc-dylib, r=jieyouxu
rust-lang/rust@2f0a19adf1 Rollup merge of #140741 - husqvarnagroup:af/armv5te-target-maintainer, r=jieyouxu
rust-lang/rust@5152ab2f5e Rollup merge of #140734 - ivmarkov:master, r=joboet
rust-lang/rust@83e3d0e17b Rollup merge of #140706 - GuillaumeGomez:fix-missing-temp-dir-cleanup, r=notriddle
rust-lang/rust@7d372aec2f Rollup merge of #140700 - Kivooeo:new-fix-six, r=davidtwco,fmease
rust-lang/rust@32325e1dec Rollup merge of #140671 - xizheyin:issue-140169, r=petrochenkov
rust-lang/rust@f7a9c672f0 Rollup merge of #140614 - yuk1ty:fix-invalid-module-name-visibility, r=davidtwco
rust-lang/rust@82c99c41c0 Rollup merge of #140234 - nnethercote:separate-Analysis-and-Results, r=davidtwco
rust-lang/rust@1f774d74b3 Only prefer param-env candidates if they remain non-global after norm
rust-lang/rust@df13f7c1fa Require T: TypeFoldable in Binder visit
rust-lang/rust@bd88f3e3e3 Check & before suggest remove deref when trait_selection
rust-lang/rust@b922da3586 Use parse_param_general when parsing (T, U)->R in parse_path_segment
rust-lang/rust@cd2dc67ead run-make-support: set rustc dylib path for cargo wrapper
rust-lang/rust@442ae63257 Add regression test for #139899
rust-lang/rust@4e26480c74 add armv5te-unknown-linux-gnueabi target maintainer
rust-lang/rust@f46806fb14 Add ui test suggest-remove-deref-issue-140166
rust-lang/rust@392880c004 Fix regression from #140393 for espidf / horizon / nuttx / vita
rust-lang/rust@09fed2d2f4 add stubbed-out cases for rust-analyzer
rust-lang/rust@fb261a179d error early when mixing deref patterns with normal constructors
rust-lang/rust@cf43bba1e5 add exhaustiveness/usefulness tests for deref patterns
rust-lang/rust@b41d8bde00 let deref patterns participate in usefulness/exhaustiveness
rust-lang/rust@3c1c0726ad added error handle for error code > 9999
rust-lang/rust@173cdafea6 Ensure that temporary doctest folder is correctly removed even if doctests failed
rust-lang/rust@14782ad687 Add new test_main_with_exit_callback public function in libtest to allow a callback to be called before exiting
rust-lang/rust@896cf8029c Add ui test fn-trait-use-named-params
rust-lang/rust@265b10fe2e Correct warning message in restricted visibility
rust-lang/rust@abc57dcc0b Remove estebank from automated review assignment
rust-lang/rust@92799b6f89 Separate Analysis and Results.
rust-lang/rust@4ff55588d3 Pass Analysis to visit_* instead of Results.

@github-actions github-actions bot requested a review from a team as a code owner May 14, 2025 09:53
@tautschnig tautschnig closed this May 14, 2025
@tautschnig tautschnig reopened this May 14, 2025
@github-actions github-actions bot added the Z-EndToEndBenchCI Tag a PR to run benchmark CI label May 14, 2025
@carolynzech carolynzech added this pull request to the merge queue May 14, 2025
Merged via the queue into main with commit 2227614 May 14, 2025
25 of 26 checks passed
@carolynzech carolynzech deleted the toolchain-2025-05-09 branch May 14, 2025 14:59
github-merge-queue bot pushed a commit that referenced this pull request Jun 9, 2025
These are the automatically-generated release notes:
```
## What's Changed
* Toolchain upgrade to nightly-2025-05-04 by @thanhnguyen-aws in #4059
* Automatic toolchain upgrade to nightly-2025-05-05 by @github-actions in #4060
* Automatic toolchain upgrade to nightly-2025-05-06 by @github-actions in #4061
* Enable target features: x87 and sse2 by @thanhnguyen-aws in #4062
* Fix the bug: Loop contracts are not composable with function contracts  by @thanhnguyen-aws in #3979
* Automatic cargo update to 2025-05-12 by @github-actions in #4066
* Bump tests/perf/s2n-quic from `6aa9975` to `5f323b7` by @dependabot in #4068
* Fix stabilization instructions in RFC intro by @carolynzech in #4067
* Add support for quantifiers by @qinheping in #3993
* Toolchain upgrade to nightly-2025-05-07 by @thanhnguyen-aws in #4070
* Automatic toolchain upgrade to nightly-2025-05-08 by @github-actions in #4071
* Automatic toolchain upgrade to nightly-2025-05-09 by @github-actions in #4072
* Automatic toolchain upgrade to nightly-2025-05-10 by @github-actions in #4073
* Clippy/Stylistic Fixes by @carolynzech in #4074
* Upgrade toolchain to 2025-05-14 by @zhassan-aws in #4076
* Autoharness argument validation: only error on `--quiet` if `--list` was passed by @carolynzech in #4069
* Upgrade Rust toolchain to 2025-05-16 by @zhassan-aws in #4080
* Automatic toolchain upgrade to nightly-2025-05-17 by @github-actions in #4081
* Add setup scripts for Ubuntu 20.04 by @zhassan-aws in #4082
* Automatic toolchain upgrade to nightly-2025-05-18 by @github-actions in #4083
* Automatic cargo update to 2025-05-19 by @github-actions in #4086
* Automatic toolchain upgrade to nightly-2025-05-19 by @github-actions in #4085
* Automatic toolchain upgrade to nightly-2025-05-20 by @github-actions in #4091
* Bump tests/perf/s2n-quic from `5f323b7` to `22434aa` by @dependabot in #4089
* Fix the error that Kani panics when there is no external parameter in quantifier's closure. by @thanhnguyen-aws in #4088
* Update toolchain to 2025-05-22 by @carolynzech in #4098
* Use our toolchain when invoking `cargo metadata` by @carolynzech in #4090
* Automatic toolchain upgrade to nightly-2025-05-23 by @github-actions in #4099
* Automatic toolchain upgrade to nightly-2025-05-24 by @github-actions in #4101
* Automatic toolchain upgrade to nightly-2025-05-25 by @github-actions in #4102
* Fix a bug codegening `SwitchInt`s with only an otherwise branch by @bkirwi in #4095
* Automatic toolchain upgrade to nightly-2025-05-26 by @github-actions in #4104
* Automatic cargo update to 2025-05-26 by @github-actions in #4105
* Bump tests/perf/s2n-quic from `22434aa` to `550afb3` by @dependabot in #4106
* Automatic toolchain upgrade to nightly-2025-05-27 by @github-actions in #4107
* Update `kani::mem` pointer validity documentation by @carolynzech in #4092
* Add support for edition 2018 crates using assert! (Fixes #3717) by @sintemal in #4096
* Automatic toolchain upgrade to nightly-2025-05-28 by @github-actions in #4113
* Automatic toolchain upgrade to nightly-2025-05-29 by @github-actions in #4115
* Automatic toolchain upgrade to nightly-2025-05-30 by @github-actions in #4118
* Handle generic defaults in BoundedArbitrary derives by @zhassan-aws in #4117
* Automatic cargo update to 2025-06-02 by @github-actions in #4121
* Bump tests/perf/s2n-quic from `550afb3` to `8f54b57` by @dependabot in #4122
* Upgrade Rust toolchain to 2025-06-02 by @zhassan-aws in #4123
* Automatic toolchain upgrade to nightly-2025-06-03 by @github-actions in #4125
* Finish deprecating `--enable-unstable`, `--restrict-vtable`, and `--write-json-symtab` by @carolynzech in #4110
* `ty_mangled_name`: only use non-mangled name if `-Zcffi` is enabled. by @carolynzech in #4114
* Improve Help Menu by @carolynzech in #4109
* Start stabilizing `--jobs` and `list`; deprecate default memory checks by @carolynzech in #4108
* Refactor simd_bitmask to reduce the number of iterations by @zhassan-aws in #4129
* Set target features depending on the target architecture by @zhassan-aws in #4127
* Bump some versions suggested by cargo-outdated by @zhassan-aws in #4131
* Improve linking error output for `#[no_std]` crates by @AlexanderPortland in #4126
* Fix the git log command in the toolchain update script by @zhassan-aws in #4139
* Gate quantifiers behind an experimental feature by @thanhnguyen-aws in #4141
* Automatic cargo update to 2025-06-09 by @github-actions in #4145

## New Contributors
* @bkirwi made their first contribution in #4095
* @sintemal made their first contribution in #4096
* @AlexanderPortland made their first contribution in #4126

**Full Changelog**: kani-0.62.0...kani-0.63.0
```


By submitting this pull request, I confirm that my contribution is made
under the terms of the Apache 2.0 and MIT licenses.

---------

Co-authored-by: Carolyn Zech <carolynzech@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Z-EndToEndBenchCI Tag a PR to run benchmark CI
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants