Earlier quoted context omitted.
People who think the programming language magically makes bugs disappear don't know what they're talking about. Yes, Rust makes a few categories of bugs disappear, but there's a vast number of bugs that you can still easily create even using Rust with all linters you can find enabled... just saw on another thread someone complaining a Gemini (poor man's internet) server responded with a Rust panic coming from an `unw…
Certainly not all bugs, but in theory a segfault should be entirely avoided in safe rust, right?
But there’s bound to be unsafe code somewhere in a complex enough project.