chore(deps): update rust to v1.77.0#51
Merged
renovate[bot] merged 1 commit intomainfrom Mar 21, 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.76.0->1.77.0Release Notes
rust-lang/rust (rust)
v1.77.0Compare Source
==========================
Language
static_mut_refsto warn on references to mutable statics.unstable_featuresand make use of it in the compiler.only as a future compatiblity lint for now.
Compiler
soft_unstablein future breakage reports.i128andu12816-byte aligned on x86-based targets.--verbosein diagnostic output.unused_tuple_struct_fieldslint intodead_code.with a temporary exception for Bevy.
fn/constitems implied bounds and well-formedness check.riscv32{im|imafc}-unknown-none-elftargets to tier 2.aarch64-unknown-illumoshexagon-unknown-none-elfriscv32imafc-esp-espidfriscv32im-risc0-zkvm-elfRefer to Rust's [platform support page][platform-support-doc]
for more information on Rust's tiered platform support.
Libraries
From<&[T; N]>forCow<[T]>.vec.split_off(0).Stabilized APIs
array::each_refarray::each_mutcore::netf32::round_ties_evenf64::round_ties_evenmem::offset_of!slice::first_chunkslice::first_chunk_mutslice::split_first_chunkslice::split_first_chunk_mutslice::last_chunkslice::last_chunk_mutslice::split_last_chunkslice::split_last_chunk_mutslice::chunk_byslice::chunk_by_mutBound::mapFile::create_newMutex::clear_poisonRwLock::clear_poisonCargo
cargo::.idformat asPackageIDSpec.cargo-util-schemasas a crate.Rustdoc
().localStorage.Misc
Internal Changes
These changes do not affect any public interfaces of Rust, but they represent
significant improvements to the performance or internals of rustc and related
tools.
weird-exprs.rs.Configuration
📅 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.