diff options
| author | est31 <MTest31@outlook.com> | 2017-04-07 20:47:22 +0200 |
|---|---|---|
| committer | est31 <MTest31@outlook.com> | 2017-04-07 21:07:33 +0200 |
| commit | bfc08c13ccf9a88159a634bf0a19bf271d341c48 (patch) | |
| tree | a5cdb0b2c19b96ec2511be388d988a349f911558 /src/libsyntax | |
| parent | 53f4bc311b5ff11a16185dd40dc116cf6b8cc162 (diff) | |
| download | rust-bfc08c13ccf9a88159a634bf0a19bf271d341c48.tar.gz rust-bfc08c13ccf9a88159a634bf0a19bf271d341c48.zip | |
pub(restricted) didn't make it into 1.17
Gets shipped in 1.18 instead.
Diffstat (limited to 'src/libsyntax')
| -rw-r--r-- | src/libsyntax/feature_gate.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libsyntax/feature_gate.rs b/src/libsyntax/feature_gate.rs index 550f1160bed..c68e2ae3468 100644 --- a/src/libsyntax/feature_gate.rs +++ b/src/libsyntax/feature_gate.rs @@ -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)), ); |
