On 2014-07-15, at 13:51 , Steve Klabnik <st...@steveklabnik.com> wrote:
>   let z = box(std::gc::Gc) Point::good_new(); // this is a Gc<Point>,
> with no copy.
> }

Unless that's changed in 0.11, IIRC that should be box(std::gc::GC).

Which remains weird and annoying, is there any plan to drop the static
and allow the type there when/once boxes become pluggable?
_______________________________________________
Rust-dev mailing list
Rust-dev@mozilla.org
https://mail.mozilla.org/listinfo/rust-dev

Reply via email to