]> git.lizzy.rs Git - rust.git/commitdiff
Auto merge of #31937 - petrochenkov:field, r=eddyb
authorbors <bors@rust-lang.org>
Wed, 2 Mar 2016 08:42:38 +0000 (08:42 +0000)
committerbors <bors@rust-lang.org>
Wed, 2 Mar 2016 08:42:38 +0000 (08:42 +0000)
The names are "0", "1", "2" etc, the same as used in field access.

This generally make things simpler and potentially allows to reuse braced struct machinery (struct patterns, struct expressions) for tuple structs.

I haven't touched the AST for stability reasons, but I intend to do it later.

r? @eddyb


Trivial merge