mirror of
https://github.com/rust-lang/rust.git
synced 2026-06-01 05:57:03 +03:00
Nightly is currently 1.48
This commit is contained in:
@@ -2772,7 +2772,7 @@ fn from(s: &str) -> 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>;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user