diff options
| author | scottmcm <scottmcm@users.noreply.github.com> | 2020-09-05 19:02:21 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-09-05 19:02:21 +0000 |
| commit | 2c8a4c8f73e8b36e72b15e7f97ef29ad36c15e17 (patch) | |
| tree | 8985e991eecd5a22db5753e48b5b6ee24b8a3992 /library/alloc/src/vec.rs | |
| parent | 6092828d1f432bb313818e7cfab961c0e494f69e (diff) | |
| download | rust-2c8a4c8f73e8b36e72b15e7f97ef29ad36c15e17.tar.gz rust-2c8a4c8f73e8b36e72b15e7f97ef29ad36c15e17.zip | |
Nightly is currently 1.48
Diffstat (limited to 'library/alloc/src/vec.rs')
| -rw-r--r-- | library/alloc/src/vec.rs | 2 |
1 files changed, 1 insertions, 1 deletions
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 @@ 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>; |
