Nightly is currently 1.48
This commit is contained in:
parent
6092828d1f
commit
2c8a4c8f73
1 changed files with 1 additions and 1 deletions
|
@ -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] {
|
impl<T, const N: usize> TryFrom<Vec<T>> for [T; N] {
|
||||||
type Error = Vec<T>;
|
type Error = Vec<T>;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue