209
Segmentation Fault
(lemmy.ml)
Post funny things about programming here! (Or just rant about your favourite programming language.)
Also, Rust allows "unsafe" code for when it's absolutely necessary; you DO need to add a line that basically says "I know compiler, don't stop me". To keep up the metaphor; Rust allows you to cut yourself with the knife, but ensures you're fully aware of what you're doing.