mirror of
https://github.com/rust-lang/rust.git
synced 2025-02-08 04:56:58 +00:00
Update stabilization version of try_from_mut_slice_to_array
This commit is contained in:
parent
ac083c6b45
commit
16711fe076
@ -176,7 +176,7 @@ where
|
||||
}
|
||||
}
|
||||
|
||||
#[stable(feature = "try_from_mut_slice_to_array", since = "1.58.0")]
|
||||
#[stable(feature = "try_from_mut_slice_to_array", since = "1.59.0")]
|
||||
impl<T, const N: usize> TryFrom<&mut [T]> for [T; N]
|
||||
where
|
||||
T: Copy,
|
||||
|
Loading…
Reference in New Issue
Block a user