> Right now the official style is what is currently done; semicolons are
only used when ignoring a value.

Ah, so semicolons are absent by default? That seems like the right
decision; making semicolons optional and yet canonicalizing their universal
use almost certainly leads to contention down the road (cf Javascript).

I'd be interested to see this happen, but I'd like to see how it works with
unignorable return values. Do you have a branch that we can play with?

On Thu, Aug 2, 2012 at 10:41 AM, Patrick Walton <[email protected]> wrote:

> On 08/02/2012 07:22 AM, Benjamin Striegel wrote:
>
>> Questions:
>>
>> 1) Are there any complications with spanning multiple lines?
>>
>
> No. This change doesn't make Rust whitespace sensitive in any way.
>
>
>  2) What is the official style?
>>
>
> Right now the official style is what is currently done; semicolons are
> only used when ignoring a value.
>
> Patrick
>
>
> ______________________________**_________________
> Rust-dev mailing list
> [email protected]
> https://mail.mozilla.org/**listinfo/rust-dev<https://mail.mozilla.org/listinfo/rust-dev>
>
_______________________________________________
Rust-dev mailing list
[email protected]
https://mail.mozilla.org/listinfo/rust-dev

Reply via email to