]> git.lizzy.rs Git - rust.git/commit
Rollup merge of #63423 - estebank:priv-tuple, r=zackmdavis
authorMazdak Farrokhzad <twingoow@gmail.com>
Sat, 10 Aug 2019 06:13:25 +0000 (08:13 +0200)
committerGitHub <noreply@github.com>
Sat, 10 Aug 2019 06:13:25 +0000 (08:13 +0200)
commit019f6fed2855ff67adcf74176c16817c279e89de
treec3765064c4bae63df68e165a6ca406e6a2eedd85
parenta029ce80a6f17f34dbc268cc188ecce1142ab2d9
parentb9865d9e3fdd87a5b7e45153effef3055d85f70e
Rollup merge of #63423 - estebank:priv-tuple, r=zackmdavis

Mention that tuple structs are private if any of their fields are

CC #39703