OttoVonNoob@lemmy.ca to Programmer Humor@lemmy.ml · 8 个月前Something is broken.. I know it..lemmy.caexternal-linkmessage-square13linkfedilinkarrow-up11arrow-down10
arrow-up11arrow-down1external-linkSomething is broken.. I know it..lemmy.caOttoVonNoob@lemmy.ca to Programmer Humor@lemmy.ml · 8 个月前message-square13linkfedilink
minus-squareflashgnash@lemm.eelinkfedilinkarrow-up0·8 个月前I think it’s just because rust doesn’t let you make many of the mistakes that’d normally lead to runtime errors Pair that with rustcheck in your ide and the only errors you’ll see will be ones you define yourself
I think it’s just because rust doesn’t let you make many of the mistakes that’d normally lead to runtime errors
Pair that with rustcheck in your ide and the only errors you’ll see will be ones you define yourself
Exactly. Love it!