this post was submitted on 06 Sep 2025
45 points (100.0% liked)
Linux
9618 readers
276 users here now
A community for everything relating to the GNU/Linux operating system (except the memes!)
Also, check out:
Original icon base courtesy of lewing@isc.tamu.edu and The GIMP
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Rust actually doesn't guarantee that there are no memory leaks. I think the more important memory safety improvements are regarding use after free, out-of-bounds accesses, null pointer issues, and double free problems.
Perhaps leaks are easier to spot in Rust with how everything is tracked? I am just guessing.
I still assume you are right that it won't block compiling the way other memory issues would.