]> git.lizzy.rs Git - rust.git/commitdiff
Nightly is currently 1.48
authorscottmcm <scottmcm@users.noreply.github.com>
Sat, 5 Sep 2020 19:02:21 +0000 (19:02 +0000)
committerGitHub <noreply@github.com>
Sat, 5 Sep 2020 19:02:21 +0000 (19:02 +0000)
library/alloc/src/vec.rs

index b6d923daaf2abfffef994dedb3ee7ab846d1f3ce..4a263829bd42160f417123c42a2d5d4e2fa12165 100644 (file)
@@ -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>;