]> git.lizzy.rs Git - rust.git/commit
auto merge of #18994 : sfackler/rust/struct-variants-pt2, r=jakub-
authorbors <bors@rust-lang.org>
Sun, 16 Nov 2014 18:27:10 +0000 (18:27 +0000)
committerbors <bors@rust-lang.org>
Sun, 16 Nov 2014 18:27:10 +0000 (18:27 +0000)
commitaad75471fd327c0138f80aba46c650a7f9839d17
treecb6838bf3e5501b8568ab66a02ff99088517c23f
parent321488b6751e33ac9bc2d48a7e5d5c2a5ca5b615
parent579c65da1babbcfa5f3fd1cb5a1062acbe5b61eb
auto merge of #18994 : sfackler/rust/struct-variants-pt2, r=jakub-

Struct variant field visibility is now inherited. Remove `pub` keywords
from declarations.

Closes #18641

[breaking-change]

r? @alexcrichton
src/librustc/lint/builtin.rs
src/librustc/middle/resolve.rs
src/librustdoc/clean/mod.rs
src/libsyntax/ast.rs
src/libsyntax/parse/parser.rs