AI-powered
podcast player
Listen to all your favourite podcasts with AI-powered features
Rust Does Not Eliminate All Bugs
Rust does not eliminate all bugs um and anyone who claims that it does is either lying or confused. rust eliminates memory safety errors which are things like letting you treat one type as a different type that is not its actual type. Rust won't save you from your check not being correctUm and similarly it won't prevent you from leaking memory. There's ways that you could still have like um uh memory that doesn't actually get cleaned up with safe rust.