There was an error while loading. Please reload this page.
This PR contains the following updates:
1.94
1.95
v1.95
Compare Source
===========================
if let
irrefutable_let_patterns
--remap-path-scope
powerpc64-unknown-linux-musl
aarch64-apple-tvos
aarch64-apple-tvos-sim
aarch64-apple-watchos
aarch64-apple-watchos-sim
aarch64-apple-visionos
aarch64-apple-visionos-sim
Refer to Rust's platform support page for more information on Rust's tiered platform support.
thread::scope
str::contains
neon
This PR contains the following updates:
1.94→1.95Release Notes
rust-lang/rust (MSRV:1)
v1.95Compare Source
===========================
Language
if letguards on match armsirrefutable_let_patternslint no longer lints on let chainsCompiler
--remap-path-scopefor controlling the scoping of how paths get remapped in the resulting binaryPlatform Support
powerpc64-unknown-linux-muslto Tier 2 with host toolsaarch64-apple-tvosto Tier 2aarch64-apple-tvos-simto Tier 2aarch64-apple-watchosto Tier 2aarch64-apple-watchos-simto Tier 2aarch64-apple-visionosto Tier 2aarch64-apple-visionos-simto Tier 2Refer to Rust's platform support page
for more information on Rust's tiered platform support.
Libraries
thread::scope: document how join interacts with TLS destructorsstr::containson aarch64 targets withneontarget feature enabled by defaultStabilized APIs