chore(deps): update rust to v1.76.0#45
Merged
renovate[bot] merged 1 commit intomainfrom Feb 8, 2024
Merged
Conversation
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.75.0->1.76.0Release Notes
rust-lang/rust (rust)
v1.76.0Compare Source
==========================
Language
Compiler
#[must_use]pointers (in particular,Box<T>whereTis#[must_use]) inunused_must_use.$message_typefield to distinguish json diagnostic outputsRefer to Rust's [platform support page][platform-support-doc]
for more information on Rust's tiered platform support.
Libraries
dbg!()std::hash::{DefaultHasher, RandomState}exportsRwLockReadGuardandRwLockWriteGuard's Debug impls.File::createto work on hidden filesStabilized APIs
Arc::unwrap_or_cloneRc::unwrap_or_cloneResult::inspectResult::inspect_errOption::inspecttype_name_of_valstd::hash::{DefaultHasher, RandomState}These were previously available only through
std::collections::hash_map.ptr::{from_ref, from_mut}ptr::addr_eqCargo
See Cargo release notes.
Rustdoc
Compatibility Notes
This is expected to be upgraded to a warning by default in a future Rust
release. Some macros emit bindings with type
()with user-provided spans,which means that this lint will warn for user code.
This may warn on benign problems too.
print_ttsThis change can break some naive manual parsing of token trees in proc macro
code which expect a particular structure after
.to_string(), rather than just arbitrary Rust code.IMPLIED_BOUNDS_ENTAILMENTinto a hard error from a lintAllocation behavior is currently not specified, nevertheless changes can be surprising.
See
impl FromIterator for Vecfor more details.
defaulton free const itemsConfiguration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate. View repository job log here.