Hacker News new | ask | show | jobs
by OvermindDL1 1724 days ago
Things like the borrower checker helps manage all resources, a GC only manages memory.
2 comments

Or rather RAII, borrow checker is a different feature that is not related to garbage collection
Yes, I understand. To quote myself:

> I know the borrow checker aids in correctness beyond what a gc does