Unless we're committed to stay as close to C as possible, I'd move
bitwise not (which is rather rare) to something else ('~~' maybe) and
use ~ for unique pointers. It's important that we'll use something
simple for uniques, as they are expected to be all over the place.
_______________________________________________
Rust-dev mailing list
Rust-dev@mozilla.org
https://mail.mozilla.org/listinfo/rust-dev

Reply via email to