We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5d95492 + 37cbd11 commit 18028ebCopy full SHA for 18028eb
src/libcore/intrinsics.rs
@@ -717,7 +717,7 @@ extern "rust-intrinsic" {
717
/// Reinterprets the bits of a value of one type as another type.
718
///
719
/// Both types must have the same size. Neither the original, nor the result,
720
- /// may be an [invalid value](../../nomicon/meet-safe-and-unsafe.html).
+ /// may be an [invalid value](../../nomicon/what-unsafe-does.html).
721
722
/// `transmute` is semantically equivalent to a bitwise move of one type
723
/// into another. It copies the bits from the source value into the
0 commit comments