this post was submitted on 30 Nov 2023
41 points (97.7% liked)
Rust
6049 readers
64 users here now
Welcome to the Rust community! This is a place to discuss about the Rust programming language.
Wormhole
Credits
- The icon is a modified version of the official rust logo (changing the colors to a gradient and black background)
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
The idea is that these rules just do what you'd expect the language to do in those situations. The additional advantage of Rust is that if you're wrong, the consequences are just a compilation error, not a crashing program.