Nemeski@mander.xyz to Rust@programming.dev · 2 months agoAnnouncing Rust 1.89.0blog.rust-lang.orgexternal-linkmessage-square3linkfedilinkarrow-up148
arrow-up148external-linkAnnouncing Rust 1.89.0blog.rust-lang.orgNemeski@mander.xyz to Rust@programming.dev · 2 months agomessage-square3linkfedilink
minus-squareBB_C@programming.devlinkfedilinkarrow-up2·2 months ago Result::flatten() is probably my favorite addition It’s rare to a have a negative reaction to a library addition. But I don’t like this one at all actually. For me, error contexts are as important as the errors themselves. And ergonomically helping with muddying these contexts is not a good thing!
It’s rare to a have a negative reaction to a library addition. But I don’t like this one at all actually.
For me, error contexts are as important as the errors themselves. And ergonomically helping with muddying these contexts is not a good thing!