]> git.lizzy.rs Git - rust.git/commit
auto merge of #14885 : pcwalton/rust/struct-literal-tightening, r=alexcrichton
authorbors <bors@rust-lang.org>
Tue, 24 Jun 2014 00:36:54 +0000 (00:36 +0000)
committerbors <bors@rust-lang.org>
Tue, 24 Jun 2014 00:36:54 +0000 (00:36 +0000)
commite07cec6f9a53238fea209c830c40ef16b9467a00
treec45e1cb80090eef5a4ee0923800cb6ca527b7164
parentd6c1b85246f99b5485f3671bfca2a4657e0c37fd
parent654d6444feafaa7bae17057d8b98823c7556ea14
auto merge of #14885 : pcwalton/rust/struct-literal-tightening, r=alexcrichton

`for...in`.

Closes #14803.

If you used a structure literal after one of these keywords, surround it
in parentheses.

[breaking-change]

r? @nick29581