Hacker News new | ask | show | jobs
by Animats 1089 days ago
That can be a real problem. It's quite possible to reach a point in Rust where you have one borrow error that takes days of rewriting to fix.

This tends to lead to people putting in unsafe code to work around a borrow restriction. I don't do that, but I don't have deadlines.