diff options
| author | Mark Rousskov <mark.simulacrum@gmail.com> | 2023-01-24 08:40:09 -0500 |
|---|---|---|
| committer | Mark Rousskov <mark.simulacrum@gmail.com> | 2023-01-25 09:44:29 -0500 |
| commit | 3653254f91647df99b571d8cdf97be237077892b (patch) | |
| tree | e572fe8a9cc6f88749467bd967cbef3fc908faae /library/alloc/src/string.rs | |
| parent | 9467f9553197e1dab950bdc842fd407b0ac2d59b (diff) | |
| download | rust-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.rs | 2 |
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 { |
