|
|
|
|
|
by cortesoft
2536 days ago
|
|
What are you talking about? You can certainly have memory related errors on an embedded system.... and the lifetime of memory can often be shorter than the full on cycle of the device.... you can use memory within a function that is not needed outside of it, etc. Borrow checking is unrelated to whether you are on an embedded device or not. |
|