Skip to content

Commit

Permalink
Rollup merge of #41146 - est31:master, r=nrc
Browse files Browse the repository at this point in the history
pub(restricted) didn't make it into 1.17

Gets shipped in 1.18 instead.
  • Loading branch information
frewsxcv authored Apr 7, 2017
2 parents a94c625 + bfc08c1 commit 2ff857c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libsyntax/feature_gate.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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)),
);
Expand Down

0 comments on commit 2ff857c

Please sign in to comment.