Hacker News new | ask | show | jobs
by Diggsey 1830 days ago
Pointers in Rust behave the same way. The problem is that the "array index" operator in Rust returns a reference to the indexed element, not a pointer, and references must be safely dereferenceable.