diff options
| author | Mark Rousskov <mark.simulacrum@gmail.com> | 2023-05-29 10:33:37 -0400 |
|---|---|---|
| committer | Mark Rousskov <mark.simulacrum@gmail.com> | 2023-05-30 07:54:29 -0400 |
| commit | 4f9b394c8a24803e57ba892fa00e539742ebafc0 (patch) | |
| tree | ee9a747441ec21a0b0f3c2ea777be96b8cf58415 /library/alloc/src | |
| parent | 578bcbc2b42191556c4438b80ba37fafa4193e82 (diff) | |
| download | rust-4f9b394c8a24803e57ba892fa00e539742ebafc0.tar.gz rust-4f9b394c8a24803e57ba892fa00e539742ebafc0.zip | |
Swap out CURRENT_RUSTC_VERSION to 1.71.0
Diffstat (limited to 'library/alloc/src')
| -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 c524d4c0367..59e3f887b52 100644 --- a/library/alloc/src/string.rs +++ b/library/alloc/src/string.rs @@ -2624,7 +2624,7 @@ impl ToString for String { } #[cfg(not(no_global_oom_handling))] -#[stable(feature = "fmt_arguments_to_string_specialization", since = "CURRENT_RUSTC_VERSION")] +#[stable(feature = "fmt_arguments_to_string_specialization", since = "1.71.0")] impl ToString for fmt::Arguments<'_> { #[inline] fn to_string(&self) -> String { |
