• @eth0p@iusearchlinux.fyi
      link
      fedilink
      English
      311 months ago

      Can’t have a runtime error if you don’t have a compiled binary *taps forehead*

      (For the record, I say this as someone who enjoys Rust)

      • @asdfasdfasdf@lemmy.world
        link
        fedilink
        111 months ago

        This is actually unironically a major benefit of Rust - compile time errors are supposed to be for dev mistakes and runtime errors supposed to be for user mistakes. Way easier to debug something at compile time instead of runtime.