diff options
| author | Maybe Waffle <waffle.lapkin@gmail.com> | 2023-05-04 18:25:21 +0000 |
|---|---|---|
| committer | Maybe Waffle <waffle.lapkin@gmail.com> | 2023-05-04 18:25:21 +0000 |
| commit | ad0388df5e6ff7a354596743a09ede7e3cdb6673 (patch) | |
| tree | 2b58f4760e80f0d5eefa9b44558a7b8f22135e35 /library/core/src/tuple.rs | |
| parent | 6f8c0557e0b73c73a8a7163a15f4a5a3feca7d5c (diff) | |
| download | rust-ad0388df5e6ff7a354596743a09ede7e3cdb6673.tar.gz rust-ad0388df5e6ff7a354596743a09ede7e3cdb6673.zip | |
Fixup "since" dates for `array_tuple_conv` feature
Diffstat (limited to 'library/core/src/tuple.rs')
| -rw-r--r-- | library/core/src/tuple.rs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/library/core/src/tuple.rs b/library/core/src/tuple.rs index c46c49547f6..2a8403c85a4 100644 --- a/library/core/src/tuple.rs +++ b/library/core/src/tuple.rs @@ -101,7 +101,7 @@ macro_rules! tuple_impls { } } - #[stable(feature = "array_tuple_conv", since = "1.63.0")] + #[stable(feature = "array_tuple_conv", since = "CURRENT_RUSTC_VERSION")] impl<T> From<[T; ${count(T)}]> for ($(${ignore(T)} T,)+) { #[inline] #[allow(non_snake_case)] @@ -111,7 +111,7 @@ macro_rules! tuple_impls { } } - #[stable(feature = "array_tuple_conv", since = "1.63.0")] + #[stable(feature = "array_tuple_conv", since = "CURRENT_RUSTC_VERSION")] impl<T> From<($(${ignore(T)} T,)+)> for [T; ${count(T)}] { #[inline] #[allow(non_snake_case)] |
