Rollup merge of #111213 - WaffleLapkin:fixup_dates, r=scottmcm
Fixup "since" dates for `array_tuple_conv` feature Fixes a mistake from #97594
This commit is contained in:
commit
17a6c08718
@ -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,)+) {
|
impl<T> From<[T; ${count(T)}]> for ($(${ignore(T)} T,)+) {
|
||||||
#[inline]
|
#[inline]
|
||||||
#[allow(non_snake_case)]
|
#[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)}] {
|
impl<T> From<($(${ignore(T)} T,)+)> for [T; ${count(T)}] {
|
||||||
#[inline]
|
#[inline]
|
||||||
#[allow(non_snake_case)]
|
#[allow(non_snake_case)]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user