you are viewing a single comment's thread
view the rest of the comments
[–] -5 points 2 years ago (2 children)

So the solution is to take away any agency the developer may have over how their application allocates memory?

  • source
  • parent
  • hideshow 4 child comments
  • [–] 11 points 2 years ago

    Remove the need to, yes. Remove the ability to? No, and rust doesn’t prevent you from doing that, it just makes you mark it unsafe so that way if you fuck up and cause a memory error, the root cause can be narrowed down to a tiny fragment of the code base.

  • source
  • parent