about summary refs log tree commit diff
path: root/library/alloc/src/string.rs
diff options
context:
space:
mode:
authorMark Rousskov <mark.simulacrum@gmail.com>2023-01-24 08:40:09 -0500
committerMark Rousskov <mark.simulacrum@gmail.com>2023-01-25 09:44:29 -0500
commit3653254f91647df99b571d8cdf97be237077892b (patch)
treee572fe8a9cc6f88749467bd967cbef3fc908faae /library/alloc/src/string.rs
parent9467f9553197e1dab950bdc842fd407b0ac2d59b (diff)
downloadrust-3653254f91647df99b571d8cdf97be237077892b.tar.gz
rust-3653254f91647df99b571d8cdf97be237077892b.zip
Set version placeholders to 1.68
Diffstat (limited to 'library/alloc/src/string.rs')
-rw-r--r--library/alloc/src/string.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/library/alloc/src/string.rs b/library/alloc/src/string.rs
index 3118c7189a5..ca182c8109e 100644
--- a/library/alloc/src/string.rs
+++ b/library/alloc/src/string.rs
@@ -2549,7 +2549,7 @@ impl ToString for char {
 }
 
 #[cfg(not(no_global_oom_handling))]
-#[stable(feature = "bool_to_string_specialization", since = "CURRENT_RUSTC_VERSION")]
+#[stable(feature = "bool_to_string_specialization", since = "1.68.0")]
 impl ToString for bool {
     #[inline]
     fn to_string(&self) -> String {