]> git.lizzy.rs Git - rust.git/blobdiff - library/alloc/src/string.rs
Rollup merge of #106477 - Nathan-Fenner:nathanf/refined-error-span-trait-impl, r...
[rust.git] / library / alloc / src / string.rs
index 3118c7189a5ed2ec68bbc502be2ed9e97783d08b..ca182c8109ec97d3f1ad5dc01353a342e656d0f2 100644 (file)
@@ -2549,7 +2549,7 @@ fn to_string(&self) -> String {
 }
 
 #[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 {