We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 228a0ed commit 7cac209Copy full SHA for 7cac209
src/libcore/mem/mod.rs
@@ -364,6 +364,7 @@ pub fn size_of_val<T: ?Sized>(val: &T) -> usize {
364
/// [slice]: ../../std/primitive.slice.html
365
/// [trait object]: ../../book/ch17-02-trait-objects.html
366
/// [extern type]: ../../unstable-book/language-features/extern-types.html
367
+/// [`size_of_val`]: ../../core/mem/fn.size_of_val.html
368
///
369
/// # Examples
370
@@ -498,6 +499,7 @@ pub fn align_of_val<T: ?Sized>(val: &T) -> usize {
498
499
500
501
502
+/// [`align_of_val`]: ../../core/mem/fn.align_of_val.html
503
504
505
0 commit comments