Skip to content

Commit

Permalink
Nightly is currently 1.48
Browse files Browse the repository at this point in the history
  • Loading branch information
scottmcm committed Sep 5, 2020
1 parent 6092828 commit 2c8a4c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/alloc/src/vec.rs
Expand Up @@ -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>;

Expand Down

0 comments on commit 2c8a4c8

Please sign in to comment.