We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee8510e commit 00ada8eCopy full SHA for 00ada8e
compiler/rustc_index/src/vec.rs
@@ -18,6 +18,7 @@ use crate::{Idx, IndexSlice};
18
/// you almost certainly want to use a [`newtype_index!`]-generated type instead.
19
///
20
/// This allows to index the IndexVec with the new index type.
21
+///
22
/// [`newtype_index!`]: ../macro.newtype_index.html
23
#[derive(Clone, PartialEq, Eq, Hash)]
24
#[repr(transparent)]
0 commit comments