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:
commit
d6c17735cb
@ -408,7 +408,7 @@ declare_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)),
|
||||
);
|
||||
|
Loading…
x
Reference in New Issue
Block a user