Re: [rust-dev] Placement new and the loss of `new` to keywords

2013-12-01 Thread Tim Kuehn
On Sun, Dec 1, 2013 at 8:04 AM, spir denis.s...@gmail.com wrote: On 12/01/2013 02:51 AM, Florian Zeitz wrote: If I may chime in here. I agree with Kevin that the different semantics of `new` are more likely to create confusion, than alleviate it. Personally I would suggest calling this

Re: [rust-dev] do

2013-12-01 Thread Vadim
Not sure what you mean by `self` on `T`. I thought traits can take self by-value? On Dec 1, 2013, at 1:22 PM, Patrick Walton pcwal...@mozilla.com wrote: On 12/1/13 7:42 AM, Vadim wrote: Once fn()'s should consume their environment, perhaps it should be simply self, where Self is