|
|
|
|
|
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”. |
|
That doesn’t mean that it never happens, but it is a very rare occurrence, not something that Rust programmers deal with regularly.