AI-powered
podcast player
Listen to all your favourite podcasts with AI-powered features
What Kinds of Bugs Can Rust Not Help You With?
Rust has all the same potential for bugs as other languages except that it does not allow memory safety errors or data races. The type system of rust lets us express that you must take the lock in order to get at the value but that's more a result of an expressive type system than it is sort of a property of the language. What i'm actually really really interested to know more about like what kinds of bugs can rust not help you with so there is if you use uh reference counting and they point to each other that one could be a memory leak.