From: scottmcm Date: Sat, 5 Sep 2020 19:02:21 +0000 (+0000) Subject: Nightly is currently 1.48 X-Git-Url: https://git.lizzy.rs/?a=commitdiff_plain;h=2c8a4c8f73e8b36e72b15e7f97ef29ad36c15e17;p=rust.git Nightly is currently 1.48 --- diff --git a/library/alloc/src/vec.rs b/library/alloc/src/vec.rs index b6d923daaf2..4a263829bd4 100644 --- a/library/alloc/src/vec.rs +++ b/library/alloc/src/vec.rs @@ -2772,7 +2772,7 @@ fn from(s: &str) -> Vec { } } -#[stable(feature = "array_try_from_vec", since = "1.47.0")] +#[stable(feature = "array_try_from_vec", since = "1.48.0")] impl TryFrom> for [T; N] { type Error = Vec;