Skip to content

Commit 8ec9b78

Browse files
authored
Update library/core/src/mem/mod.rs
1 parent 284c15d commit 8ec9b78

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

library/core/src/mem/mod.rs

+2
Original file line numberDiff line numberDiff line change
@@ -495,6 +495,8 @@ pub const fn align_of_val<T: ?Sized>(val: &T) -> usize {
495495
/// This is an unchecked version of [`align_of_val`] which takes a raw pointer
496496
/// instead of a reference.
497497
///
498+
/// [ABI]: https://en.wikipedia.org/wiki/Application_binary_interface
499+
///
498500
/// # Safety
499501
///
500502
/// The provided (possibly wide) pointer must describe a valid value layout.

0 commit comments

Comments
 (0)