Hacker News new | ask | show | jobs
by fweimer 851 days ago
The /proc/self/mem thing shouldn't be a problem because you won't run into it accidentally. What I'm wondering if this compiler bug is in the same category, or if a Rust programmer is somewhat likely to run into this bug by accident (or other I-unsound compiler bugs) if their approach is more or less “tweak things until they typecheck and pass the borrow checker”.
1 comments

I have been programming in Rust since late 2012. I don’t think I have ever run into a soundness bug like this in the wild.

That doesn’t mean that it never happens, but it is a very rare occurrence, not something that Rust programmers deal with regularly.