you are viewing a single comment's thread
view the rest of the comments
[–] 0 points 3 years ago (1 child)

Would know, I've never had a runtime error in Rust /s

  • source
  • parent
  • hideshow 2 child comments
  • [–] 0 points 3 years ago (1 child)

    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)

  • source
  • parent
  • hideshow 2 child comments
  • [–] 1 point 3 years 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.

  • source
  • parent