azdle@news.idlestate.org to Rust@programming.devEnglish · 8 days agothings rust shipped without (2015)graydon2.dreamwidth.orgexternal-linkmessage-square24fedilinkarrow-up133arrow-down12
arrow-up131arrow-down1external-linkthings rust shipped without (2015)graydon2.dreamwidth.orgazdle@news.idlestate.org to Rust@programming.devEnglish · 8 days agomessage-square24fedilink
minus-squaresoc@programming.devlinkfedilinkEnglisharrow-up1·edit-23 days agoRemoving let-else is the whole point of the linked article series: Being able to do to everything Rust does, but without Rust’s zoo of if-then-else, match, if-let, let-else etc.
Removing
let-else
is the whole point of the linked article series:Being able to do to everything Rust does, but without Rust’s zoo of
if-then-else
,match
,if-let
,let-else
etc.