We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 32f7016 + ad0388d commit ab693f7Copy full SHA for ab693f7
library/core/src/tuple.rs
@@ -101,7 +101,7 @@ macro_rules! tuple_impls {
101
}
102
103
104
- #[stable(feature = "array_tuple_conv", since = "1.63.0")]
+ #[stable(feature = "array_tuple_conv", since = "CURRENT_RUSTC_VERSION")]
105
impl<T> From<[T; ${count(T)}]> for ($(${ignore(T)} T,)+) {
106
#[inline]
107
#[allow(non_snake_case)]
@@ -111,7 +111,7 @@ macro_rules! tuple_impls {
111
112
113
114
115
impl<T> From<($(${ignore(T)} T,)+)> for [T; ${count(T)}] {
116
117
0 commit comments