chore(deps): update dependency rust to v1.76.0 #58
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.0
Release Notes
rust-lang/rust (rust)
v1.76.0
Compare Source
==========================
Language
ambiguous_wide_pointer_comparisons
that supersedesclippy::vtable_address_comparisons
Compiler
#[must_use]
pointers (in particular,Box<T>
whereT
is#[must_use]
) inunused_must_use
.$message_type
field 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}
exportsRwLockReadGuard
andRwLockWriteGuard
's Debug impls.File::create
to work on hidden filesStabilized APIs
Arc::unwrap_or_clone
Rc::unwrap_or_clone
Result::inspect
Result::inspect_err
Option::inspect
type_name_of_val
std::hash::{DefaultHasher, RandomState}
These were previously available only through
std::collections::hash_map
.ptr::{from_ref, from_mut}
ptr::addr_eq
Cargo
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_tts
This 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_ENTAILMENT
into a hard error from a lintAllocation behavior is currently not specified, nevertheless changes can be surprising.
See
impl FromIterator for Vec
for more details.
default
on free const itemsConfiguration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ 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.