Add doc aliases list and vector to Vec

This commit is contained in:
Mads Marquart
2025-11-23 05:58:15 +01:00
parent 94b49fd998
commit 1111730c57
+2
View File
@@ -433,6 +433,8 @@
#[stable(feature = "rust1", since = "1.0.0")]
#[rustc_diagnostic_item = "Vec"]
#[rustc_insignificant_dtor]
#[doc(alias = "list")]
#[doc(alias = "vector")]
pub struct Vec<T, #[unstable(feature = "allocator_api", issue = "32838")] A: Allocator = Global> {
buf: RawVec<T, A>,
len: usize,