@[email protected] to Programmer [email protected] • 6 months agoSomething is broken.. I know it..lemmy.caimagemessage-square13fedilinkarrow-up1220
arrow-up1220imageSomething is broken.. I know it..lemmy.ca@[email protected] to Programmer [email protected] • 6 months agomessage-square13fedilink
minus-square@[email protected]linkfedilink5•6 months agoI 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!