you are viewing a single comment's thread
view the rest of the comments
[–] 5 points 3 years ago

That's what I love about Rust: many problems that would turn into runtime errors in other languages aren't possible with its type system and the compiler catches them.

  • source