Hi looking at https://github.com/rust-lang/rfcs/pull/59 , is it the case
that the following replacement rules apply :

1) ~T is replaced by Box<T>
2) ~[T] is replaced by Vec<T>

and what does little "box" (as opposed to Box<T>) do?

When will these changes appear in the nightlies? I am using "rustc
0.11-pre-nightly (e97d4e6 2014-05-01 23:41:46 -0700)" and the changes don't
seem to have appeared yet. Thanks
_______________________________________________
Rust-dev mailing list
Rust-dev@mozilla.org
https://mail.mozilla.org/listinfo/rust-dev

Reply via email to