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.
mem::Alignment
1 parent 3142bea commit 8eb89a8Copy full SHA for 8eb89a8
1 file changed
library/core/src/num/error.rs
@@ -122,7 +122,7 @@ pub enum IntErrorKind {
122
/// This variant will be emitted when converting an integer that is not a power of
123
/// two. This is required in some cases such as constructing an [`Alignment`].
124
///
125
- /// [`Alignment`]: core::ptr::Alignment "ptr::Alignment"
+ /// [`Alignment`]: core::mem::Alignment "mem::Alignment"
126
#[unstable(feature = "try_from_int_error_kind", issue = "153978")]
127
// Also, #[unstable(feature = "ptr_alignment_type", issue = "102070")]
128
NotAPowerOfTwo,
0 commit comments