Rollup merge of #41146 - est31:master, r=nrc

pub(restricted) didn't make it into 1.17

Gets shipped in 1.18 instead.
This commit is contained in:
Tim Neumann 2017-04-08 08:55:10 +02:00 committed by GitHub
commit d6c17735cb

View file

@ -408,7 +408,7 @@ pub fn new() -> Features {
// Allows the definition recursive static items.
(accepted, static_recursion, "1.17.0", Some(29719)),
// pub(restricted) visibilities (RFC 1422)
(accepted, pub_restricted, "1.17.0", Some(32409)),
(accepted, pub_restricted, "1.18.0", Some(32409)),
// The #![windows_subsystem] attribute
(accepted, windows_subsystem, "1.18.0", Some(37499)),
);