Nightly is currently 1.48

This commit is contained in:
scottmcm 2020-09-05 19:02:21 +00:00 committed by GitHub
parent 6092828d1f
commit 2c8a4c8f73
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2772,7 +2772,7 @@ impl From<&str> for Vec<u8> {
}
}
#[stable(feature = "array_try_from_vec", since = "1.47.0")]
#[stable(feature = "array_try_from_vec", since = "1.48.0")]
impl<T, const N: usize> TryFrom<Vec<T>> for [T; N] {
type Error = Vec<T>;