The source tweet from Carl Richell:
COSMIC and Pop 24.04 Beta will be released September 25th.
I’m looking forward to COSMIC reaching beta and then hopefully a stable release :)
The source tweet from Carl Richell:
COSMIC and Pop 24.04 Beta will be released September 25th.
I’m looking forward to COSMIC reaching beta and then hopefully a stable release :)
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.