about summary refs log tree commit diff
path: root/compiler/rustc_feature/src/accepted.rs
diff options
context:
space:
mode:
authorMark Rousskov <mark.simulacrum@gmail.com>2024-02-03 16:37:58 -0500
committerMark Rousskov <mark.simulacrum@gmail.com>2024-02-08 07:43:38 -0500
commit8043821b3aa7267f56cc4a73f7edcdf9d8d1614e (patch)
tree05acd5ce86e532776fef6cdfdd5fc3045f69d066 /compiler/rustc_feature/src/accepted.rs
parentaf88f7db51f6f2a1472f9279d7c7e7c822afff77 (diff)
downloadrust-8043821b3aa7267f56cc4a73f7edcdf9d8d1614e.tar.gz
rust-8043821b3aa7267f56cc4a73f7edcdf9d8d1614e.zip
Bump version placeholders
Diffstat (limited to 'compiler/rustc_feature/src/accepted.rs')
-rw-r--r--compiler/rustc_feature/src/accepted.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rustc_feature/src/accepted.rs b/compiler/rustc_feature/src/accepted.rs
index 1155366db85..18f6ae35054 100644
--- a/compiler/rustc_feature/src/accepted.rs
+++ b/compiler/rustc_feature/src/accepted.rs
@@ -77,7 +77,7 @@ declare_features! (
     /// Allows empty structs and enum variants with braces.
     (accepted, braced_empty_structs, "1.8.0", Some(29720)),
     /// Allows `c"foo"` literals.
-    (accepted, c_str_literals, "CURRENT_RUSTC_VERSION", Some(105723)),
+    (accepted, c_str_literals, "1.77.0", Some(105723)),
     /// Allows `#[cfg_attr(predicate, multiple, attributes, here)]`.
     (accepted, cfg_attr_multi, "1.33.0", Some(54881)),
     /// Allows the use of `#[cfg(doctest)]`, set when rustdoc is collecting doctests.