A concrete example of safety is that Rust can tell you if you reference memory from an arena after the arena goes out of scope. C++ can not.
A concrete example of safety is that Rust can tell you if you reference memory from an arena after the arena goes out of scope. C++ can not.