cm0002@lemdro.id to Linux@programming.devEnglish · 1 day agoRust Coreutils cp Ended Up Breaking Ubuntu Image Builds With Latest Incompatibilitywww.phoronix.comexternal-linkmessage-square11fedilinkarrow-up128cross-posted to: linux@lemmy.mlubuntu@discuss.tchncs.deubuntu@lemmy.ml
arrow-up128external-linkRust Coreutils cp Ended Up Breaking Ubuntu Image Builds With Latest Incompatibilitywww.phoronix.comcm0002@lemdro.id to Linux@programming.devEnglish · 1 day agomessage-square11fedilinkcross-posted to: linux@lemmy.mlubuntu@discuss.tchncs.deubuntu@lemmy.ml
minus-squareSkullgrid@lemmy.worldlinkfedilinkarrow-up4·22 hours agobut I thought rust was bug proof and completely safe?
minus-squareTwilightKiddy@programming.devlinkfedilinkEnglisharrow-up11·20 hours agoSafe? Eh, may be. Bug proof? You need a bug proof brain first.
minus-squarefif-t@fedia.iolinkfedilinkarrow-up6·19 hours agoFar from bug proof. You can write as many logic bugs as you want (as that’s what happened here), but it’ll save you from a common class of potentially devastating memory safety and data race bugs in safe Rust.
but I thought rust was bug proof and completely safe?
Safe? Eh, may be. Bug proof? You need a bug proof brain first.
Far from bug proof. You can write as many logic bugs as you want (as that’s what happened here), but it’ll save you from a common class of potentially devastating memory safety and data race bugs in safe Rust.