-
Notifications
You must be signed in to change notification settings - Fork 116
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
Update dependency Rust to v1.77.0 #763
Conversation
Clippyが落ちてるのは予定通りなのですが、他のはもしかして うーん、まだ見てないのですがpackage specがなんか変わったとか? |
まだPCに触れられていないので実物を見てないけど、多分これ。
いやまあそれはそうだし、多分嬉しいケースは多いし致し方ないかも。cargo-denyが死んでるのは謎ですが。kratesって中で何やってるんだろ? |
あーなるほど。GitのURLを取るために |
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. ⚠ Warning: custom changes will be lost. |
@Hiroshiba CIを通すために以下3点の変更を行いました。レビューお願いします。
|
できました。 |
This PR contains the following updates:
1.76.0
->1.77.0
Release Notes
rust-lang/rust (Rust)
v1.77.0
Compare Source
==========================
Language
static_mut_refs
to warn on references to mutable statics.unstable_features
and make use of it in the compiler.only as a future compatiblity lint for now.
Compiler
soft_unstable
in future breakage reports.i128
andu128
16-byte aligned on x86-based targets.--verbose
in diagnostic output.unused_tuple_struct_fields
lint intodead_code
.with a temporary exception for Bevy.
fn
/const
items implied bounds and well-formedness check.riscv32{im|imafc}-unknown-none-elf
targets to tier 2.aarch64-unknown-illumos
hexagon-unknown-none-elf
riscv32imafc-esp-espidf
riscv32im-risc0-zkvm-elf
Refer 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_ref
array::each_mut
core::net
f32::round_ties_even
f64::round_ties_even
mem::offset_of!
slice::first_chunk
slice::first_chunk_mut
slice::split_first_chunk
slice::split_first_chunk_mut
slice::last_chunk
slice::last_chunk_mut
slice::split_last_chunk
slice::split_last_chunk_mut
slice::chunk_by
slice::chunk_by_mut
Bound::map
File::create_new
Mutex::clear_poison
RwLock::clear_poison
Cargo
cargo::
.id
format asPackageIDSpec
.cargo-util-schemas
as 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: 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.