> Note that this is needed for resources to be at all usable: > > auto x = my_resource();
Currently you can do
auto x <- my_resource();
... which is okay. But, as I mentioned, not being able to box them was not okay.
_______________________________________________
Rust-dev mailing list
[email protected]
https://mail.mozilla.org/listinfo/rust-dev
