diff options
| author | Pietro Albini <pietro@pietroalbini.org> | 2025-01-06 20:28:08 +0100 |
|---|---|---|
| committer | Pietro Albini <pietro@pietroalbini.org> | 2025-01-08 20:02:18 +0100 |
| commit | 4ae92b7adbafd018bf0c829a4691ffbb3933d8f0 (patch) | |
| tree | 31d6f0fb67aca34f04bbf65a9b4ef57bc454e62f /compiler/rustc_feature/src/removed.rs | |
| parent | 6afee111c2faf86ba884ea748967130abad37b52 (diff) | |
| download | rust-4ae92b7adbafd018bf0c829a4691ffbb3933d8f0.tar.gz rust-4ae92b7adbafd018bf0c829a4691ffbb3933d8f0.zip | |
update version placeholders
Diffstat (limited to 'compiler/rustc_feature/src/removed.rs')
| -rw-r--r-- | compiler/rustc_feature/src/removed.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rustc_feature/src/removed.rs b/compiler/rustc_feature/src/removed.rs index 388ed9d08fa..9aa59375706 100644 --- a/compiler/rustc_feature/src/removed.rs +++ b/compiler/rustc_feature/src/removed.rs @@ -120,7 +120,7 @@ declare_features! ( /// Allows defining generators. (removed, generators, "1.21.0", Some(43122), Some("renamed to `coroutines`")), /// An extension to the `generic_associated_types` feature, allowing incomplete features. - (removed, generic_associated_types_extended, "CURRENT_RUSTC_VERSION", Some(95451), + (removed, generic_associated_types_extended, "1.85.0", Some(95451), Some( "feature needs overhaul and reimplementation pending \ better implied higher-ranked implied bounds support" |
