Am 09.04.2013 um 23:16 schrieb Benjamin Striegel <ben.strie...@gmail.com>:

> One argument in favor of John's proposal is that:
> 
>     let mut foo = 1,
>         bar = 2;
> 

maybe that should change then in favor of let mut foo = 1, mut bar = 2; ?


Cheers,


Stefan PLantikow

_______________________________________________
Rust-dev mailing list
Rust-dev@mozilla.org
https://mail.mozilla.org/listinfo/rust-dev

Reply via email to