We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 990d8aa commit 37cbd11Copy full SHA for 37cbd11
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