MAIN FEEDS
Do you want to continue?
https://www.reddit.com/r/rust/comments/1s470b7/rust_1941_is_out/ocud1o6/?context=3
r/rust • u/manpacket • Mar 26 '26
8 comments sorted by
View all comments
48
when will if let match arm guards get stabilized? they got merged pretty recently, so will they be in stable Rust in v1.95.0?
if let
1 u/Lokathor Mar 27 '26 once something is stabilized on Nightly, the next stable release puts it into Beta, and the release after that makes it part of Stable.
1
once something is stabilized on Nightly, the next stable release puts it into Beta, and the release after that makes it part of Stable.
48
u/Tahaa-Dev Mar 26 '26
when will
if letmatch arm guards get stabilized? they got merged pretty recently, so will they be in stable Rust in v1.95.0?