Skip to content

Commit d6c1773

Browse files
authored
Rollup merge of rust-lang#41146 - est31:master, r=nrc
pub(restricted) didn't make it into 1.17 Gets shipped in 1.18 instead.
2 parents 2e4ab07 + bfc08c1 commit d6c1773

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/libsyntax/feature_gate.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -408,7 +408,7 @@ declare_features! (
408408
// Allows the definition recursive static items.
409409
(accepted, static_recursion, "1.17.0", Some(29719)),
410410
// pub(restricted) visibilities (RFC 1422)
411-
(accepted, pub_restricted, "1.17.0", Some(32409)),
411+
(accepted, pub_restricted, "1.18.0", Some(32409)),
412412
// The #![windows_subsystem] attribute
413413
(accepted, windows_subsystem, "1.18.0", Some(37499)),
414414
);

0 commit comments

Comments
 (0)