On 8/11/11 7:17 PM, Graydon Hoare wrote:
I wonder if we can get away with just saying that a *let* declaration
permits multiplicity, the same way it permits trailing optional
typarams; if this is truly the important case that's biting. It's
decidedly less work to support a declarator form:

let x = 1, y = 2;

than to add (even if re-adding) another tycon.

Should log permit multiple values too?

I don't see why adding the tycon back introduces so much complexity, to be honest.

Patrick
_______________________________________________
Rust-dev mailing list
[email protected]
https://mail.mozilla.org/listinfo/rust-dev

Reply via email to