We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94b49fd commit 1111730Copy full SHA for 1111730
library/alloc/src/vec/mod.rs
@@ -433,6 +433,8 @@ mod spec_extend;
433
#[stable(feature = "rust1", since = "1.0.0")]
434
#[rustc_diagnostic_item = "Vec"]
435
#[rustc_insignificant_dtor]
436
+#[doc(alias = "list")]
437
+#[doc(alias = "vector")]
438
pub struct Vec<T, #[unstable(feature = "allocator_api", issue = "32838")] A: Allocator = Global> {
439
buf: RawVec<T, A>,
440
len: usize,
0 commit comments