On 5/10/12 5:20 AM, Benjamin Striegel wrote:
> 3.uint() + 4uDoes this parse correctly, or would you need to do (3).uint(), like in Javascript?
So, 3.foo() parses fine, but I'm not sure how -3.foo() parses, actually. Probably as -(3.foo()).
Niko _______________________________________________ Rust-dev mailing list [email protected] https://mail.mozilla.org/listinfo/rust-dev
