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 20a6866 commit 4df6490Copy full SHA for 4df6490
library/alloc/src/vec.rs
@@ -287,6 +287,7 @@ use crate::raw_vec::RawVec;
287
/// [`insert`]: Vec::insert
288
/// [`reserve`]: Vec::reserve
289
/// [owned slice]: Box
290
+/// [`&`]: ../../std/primitive.reference.html
291
#[stable(feature = "rust1", since = "1.0.0")]
292
#[cfg_attr(not(test), rustc_diagnostic_item = "vec_type")]
293
pub struct Vec<T> {
0 commit comments