Update dependency rust-lang/rust to v1.97.1 - #1256
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #1256 +/- ##
=======================================
Coverage 79.81% 79.81%
=======================================
Files 121 121
Lines 13394 13394
Branches 1081 1081
=======================================
Hits 10690 10690
Misses 2468 2468
Partials 236 236
*This pull request uses carry forward flags. Click here to find out more.
🚀 New features to boost your workflow:
|
renovate
Bot
force-pushed
the
renovate/rust-lang-rust-1.x
branch
from
July 20, 2026 11:23
870cad0 to
4735b76
Compare
renovate
Bot
force-pushed
the
renovate/rust-lang-rust-1.x
branch
from
July 20, 2026 18:33
4735b76 to
821708f
Compare
renovate
Bot
force-pushed
the
renovate/rust-lang-rust-1.x
branch
from
July 20, 2026 22:54
821708f to
2ee410e
Compare
renovate
Bot
force-pushed
the
renovate/rust-lang-rust-1.x
branch
from
July 21, 2026 11:42
2ee410e to
1245053
Compare
renovate
Bot
force-pushed
the
renovate/rust-lang-rust-1.x
branch
from
July 21, 2026 16:49
1245053 to
02944ee
Compare
renovate
Bot
force-pushed
the
renovate/rust-lang-rust-1.x
branch
from
July 22, 2026 15:57
02944ee to
18813be
Compare
renovate
Bot
force-pushed
the
renovate/rust-lang-rust-1.x
branch
from
July 23, 2026 14:58
18813be to
722b5f0
Compare
renovate
Bot
force-pushed
the
renovate/rust-lang-rust-1.x
branch
from
July 27, 2026 20:10
353c5b8 to
07b1c31
Compare
renovate
Bot
force-pushed
the
renovate/rust-lang-rust-1.x
branch
from
July 27, 2026 22:03
07b1c31 to
cac7c22
Compare
renovate
Bot
force-pushed
the
renovate/rust-lang-rust-1.x
branch
from
July 28, 2026 00:39
cac7c22 to
35b94c0
Compare
renovate
Bot
force-pushed
the
renovate/rust-lang-rust-1.x
branch
from
July 28, 2026 14:52
35b94c0 to
d0cf7a1
Compare
renovate
Bot
force-pushed
the
renovate/rust-lang-rust-1.x
branch
from
July 28, 2026 14:56
d0cf7a1 to
e547df5
Compare
renovate
Bot
force-pushed
the
renovate/rust-lang-rust-1.x
branch
from
July 28, 2026 15:22
e547df5 to
5ae3636
Compare
renovate
Bot
force-pushed
the
renovate/rust-lang-rust-1.x
branch
from
July 28, 2026 16:41
5ae3636 to
6e5f60f
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
This PR contains the following updates:
1.96.0→1.97.1Release Notes
rust-lang/rust (rust-lang/rust)
v1.97.1Compare Source
==========================
This backports an LLVM submodule bump to include the LLVM-side fix and a
revert of the rustc change that is one known trigger for the bug. The rustc
side revert should not be strictly necessary but is done out of abundance of caution.
v1.97.0Compare Source
==========================
Language
Result<T, Uninhabited>andControlFlow<Uninhabited, T>to be equivalent toTfor must use lintdead_code_pub_in_binarylint for unused pub items in binary cratesdiv32,lam-bh,lamcas,ld-seq-saandscqtarget featurescfg(target_has_atomic_primitive_alignment)selfin imports in more casesPlatform Support
Refer to Rust's platform support page
for more information on Rust's tiered platform support.
Stabilized APIs
Default for RepeatNCopy for ffi::FromBytesUntilNulErrorSend for std::fs::Fileon UEFI<{integer}>::isolate_highest_one<{integer}>::isolate_lowest_one<{integer}>::highest_one<{integer}>::lowest_one<{integer}>::bit_widthNonZero<{integer}>::isolate_highest_oneNonZero<{integer}>::isolate_lowest_oneNonZero<{integer}>::highest_oneNonZero<{integer}>::lowest_oneNonZero<{integer}>::bit_widthThese previously stable APIs are now stable in const contexts:
char::is_controlCargo
build.warningsconfig. This controls how lint warnings from local packages are treated. Useful for enforcing a warning-free build in CI, replacing-Dwarnings. docsresolver.lockfile-pathconfig. This allows specifying the path to the lockfile to use when resolving dependencies. Useful when working with read-only source directories. docs--target-dirdoesn't look like a Cargo target directory. This prevents accidental deletion of non-target directories.-mshorthand for--manifest-pathcurldependency fromcrates-iocrateRustdoc
--emitflag--remap-path-prefixCompatibility Notes
f32: From<{float}>to constrain{float}pin!, in order to prevent unsoundness. The most likely case where this might impact users is: writingpin!(x)wherexhas type&mut Twill now always correctly produce a value of typePin<&mut &mut T>, instead of sometimes allowing a coercion that produces a value of typePin<&mut T>. This coercion was previously incorrectly allowed since Rust 1.88.0.std::charconstants and functionsf64methods which have been deprecated since 1.0varargs_without_patternlint in depslink_sectionspecifierenums have changed. This is not a breaking change, as it only applies toenums without layout guarantees, but is noted here as we've seen people impacted from having made assumptions about the layout algorithm.#[export_name = "..."]where the name is empty#[link_name = "..."]&#[link(name = "...")]parametersshutdownon a socket to shut down the write side, attempting to write to the socket will now produce aBrokenPipeerror rather thanOther. MapWSAESHUTDOWNtoio::ErrorKind::BrokenPipev1.96.1Compare Source
===========================
Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.