about summary refs log tree commit diff
path: root/compiler/rustc_feature/src
diff options
context:
space:
mode:
authorklensy <klensy@users.noreply.github.com>2023-05-15 19:19:13 +0300
committerklensy <klensy@users.noreply.github.com>2023-05-15 19:19:13 +0300
commit9799fb1ddc1ede61d925f17517455a063f254a33 (patch)
treeafe85111a9fa216b346278573651f679c1b2cdaa /compiler/rustc_feature/src
parent0bcfd2d96efe7a2cb5205c3af1b9eea17423fe65 (diff)
downloadrust-9799fb1ddc1ede61d925f17517455a063f254a33.tar.gz
rust-9799fb1ddc1ede61d925f17517455a063f254a33.zip
fixup version placeholder for cfi_encoding feature
Diffstat (limited to 'compiler/rustc_feature/src')
-rw-r--r--compiler/rustc_feature/src/active.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rustc_feature/src/active.rs b/compiler/rustc_feature/src/active.rs
index fe8c630666b..57e55752027 100644
--- a/compiler/rustc_feature/src/active.rs
+++ b/compiler/rustc_feature/src/active.rs
@@ -338,7 +338,7 @@ declare_features! (
     /// Allow conditional compilation depending on rust version
     (active, cfg_version, "1.45.0", Some(64796), None),
     /// Allows to use the `#[cfi_encoding = ""]` attribute.
-    (active, cfi_encoding, "1.69.0", Some(89653), None),
+    (active, cfi_encoding, "CURRENT_RUSTC_VERSION", Some(89653), None),
     /// Allows `for<...>` on closures and generators.
     (active, closure_lifetime_binder, "1.64.0", Some(97362), None),
     /// Allows `#[track_caller]` on closures and generators.