Hacker News new | ask | show | jobs
by masklinn 1888 days ago
A big difference is that C++ copies implicitly. Rust has the opposite default, it will never clone implicitly.