|
|
|
|
|
by gmueckl
2539 days ago
|
|
I fail to see how a borrow checker can even be remotely useful when there is only one kind of lifetime for everything: until the power to the device is shut off. The only memory-related issues you can have then are out of bounds accesses and using uninitialized or stale data. |
|
Guarding against mutable aliasing with respect to hardware state could be enormously valuable.