about summary refs log tree commit diff
path: root/compiler/rustc_feature/src/removed.rs
diff options
context:
space:
mode:
authorMark Rousskov <mark.simulacrum@gmail.com>2024-03-17 10:36:26 -0400
committerMark Rousskov <mark.simulacrum@gmail.com>2024-03-19 19:27:24 -0400
commit4fb89c5056666493b224b47c58e8b136fc244008 (patch)
treedea23a8798300c2989bd7cc428b1fbb722b28ce0 /compiler/rustc_feature/src/removed.rs
parenta7e4de13c1785819f4d61da41f6704ed69d5f203 (diff)
downloadrust-4fb89c5056666493b224b47c58e8b136fc244008.tar.gz
rust-4fb89c5056666493b224b47c58e8b136fc244008.zip
branch 1.78: replace-version-placeholder
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 05bb7480732..eaaf7ca34e0 100644
--- a/compiler/rustc_feature/src/removed.rs
+++ b/compiler/rustc_feature/src/removed.rs
@@ -98,7 +98,7 @@ declare_features! (
     (removed, external_doc, "1.54.0", Some(44732),
      Some("use #[doc = include_str!(\"filename\")] instead, which handles macro invocations")),
     /// Allows using `#[ffi_returns_twice]` on foreign functions.
-    (removed, ffi_returns_twice, "CURRENT_RUSTC_VERSION", Some(58314),
+    (removed, ffi_returns_twice, "1.78.0", Some(58314),
      Some("being investigated by the ffi-unwind project group")),
     /// Allows generators to be cloned.
     (removed, generator_clone, "1.65.0", Some(95360), Some("renamed to `coroutine_clone`")),