about summary refs log tree commit diff
path: root/compiler/rustc_feature/src/removed.rs
diff options
context:
space:
mode:
authorBoxy <rust@boxyuwu.dev>2024-11-25 11:46:46 +0000
committerBoxy <rust@boxyuwu.dev>2024-11-25 11:46:46 +0000
commit70fbc71189dc0078de7257816f1bfbc529dc1014 (patch)
treef90ddf11f9bd8e5a54b9d74dbaeb4f0087de5dee /compiler/rustc_feature/src/removed.rs
parentf1e07524047cbc46501a429134e80505a7cd73c0 (diff)
downloadrust-70fbc71189dc0078de7257816f1bfbc529dc1014.tar.gz
rust-70fbc71189dc0078de7257816f1bfbc529dc1014.zip
replace placeholder version
Diffstat (limited to 'compiler/rustc_feature/src/removed.rs')
-rw-r--r--compiler/rustc_feature/src/removed.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rustc_feature/src/removed.rs b/compiler/rustc_feature/src/removed.rs
index 6ff70044eed..69a14bd9f12 100644
--- a/compiler/rustc_feature/src/removed.rs
+++ b/compiler/rustc_feature/src/removed.rs
@@ -101,7 +101,7 @@ declare_features! (
     /// Allows using `#[unsafe_destructor_blind_to_params]` (RFC 1238).
     (removed, dropck_parametricity, "1.38.0", Some(28498), None),
     /// Uses generic effect parameters for ~const bounds
-    (removed, effects, "CURRENT_RUSTC_VERSION", Some(102090),
+    (removed, effects, "1.84.0", Some(102090),
      Some("removed, redundant with `#![feature(const_trait_impl)]`")),
     /// Allows defining `existential type`s.
     (removed, existential_type, "1.38.0", Some(63063),