Hacker News new | ask | show | jobs
by edflsafoiewq 2446 days ago
You're correct, sorry (I did have that at one point...). But the equivalent of Rust's pass-by-moving is to pass an r-value reference. Passing a const reference to drop is certainly an error and should be disallowed.