On 6/7/12 3:14 PM, Erick Tryzelaar wrote:
(As an aside, it sure would be nice if the fn@ closures inferred their types...)
I wrote this code. I only didn't push it because I couldn't decide what to do with unspecified return types. i.e., should `fn@() { 3 }` have an inferred return type of `int`, or be an error (because the return type is `()`)?
Niko _______________________________________________ Rust-dev mailing list [email protected] https://mail.mozilla.org/listinfo/rust-dev
