|
|
|
|
|
by baq
882 days ago
|
|
> getting used to the borrow checker's rules is a big part of Rust's learning curve. It’s also a big part of C and C++’s learning curves, it’s just that the compiler doesn’t tell you about it; you’re being taught by segfaults and silent memory corruption instead. |
|