|
|
|
|
|
by SomeOldThrow
2529 days ago
|
|
This is getting semantically thorny, but I would not interpret memory protections as memory safety. The borrow checker just makes it easier to establish bounds on data flow, for which there are a number of benefits beyond preventing use-after-free and unintended aliasing. |
|