-
Notifications
You must be signed in to change notification settings - Fork 121
Automatic toolchain upgrade to nightly-2025-04-04 #3991
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
This is an automatically generated pull request. If any of the CI checks fail,
rust-lang/rust@82eb03ec62 Auto merge of #139301 - matthiaskrgr:rollup-sa6ali8, r=matthiaskrgr |
The failing audit check will be fixed once #3992 is merged. |
There is a performance regression in an s2n-quic benchmark that I was trying to investigate (
|
@zhassan-aws I wonder if #3995 will improve this? May be worth investigating so that we don't spend time debugging a performance regression for an old version. |
A runtime increase occurred in the past for this harness due to changes in the standard library: #3030 This toolchain upgrade includes changes in the same functions: rust-lang/rust@e332aa89a7 which is what made me doubt the regression is not due to noise. |
Update Rust toolchain from nightly-2025-04-03 to nightly-2025-04-04 without any other source changes.