pub(restricted) didn't make it into 1.17

Gets shipped in 1.18 instead.
This commit is contained in:
est31 2017-04-07 20:47:22 +02:00
parent 53f4bc311b
commit bfc08c13cc

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)),
);