about summary refs log tree commit diff
diff options
context:
space:
mode:
authorMatt Brubeck <mbrubeck@limpet.net>2018-05-25 11:47:48 -0700
committerMatt Brubeck <mbrubeck@limpet.net>2018-05-25 11:47:48 -0700
commit37cbd11a9f864f6747ed9b4a3aab4c59ca2bae81 (patch)
treeb104bd8baacc31c2fff7a08e7c490d6f56d40cf9
parent990d8aa743b1dda3cc0f68fe09524486261812c6 (diff)
downloadrust-37cbd11a9f864f6747ed9b4a3aab4c59ca2bae81.tar.gz
rust-37cbd11a9f864f6747ed9b4a3aab4c59ca2bae81.zip
Update nomicon link in transmute docs
The list of "invalid primitive values" has moved to a different URL
within the Rustonomicon.
-rw-r--r--src/libcore/intrinsics.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libcore/intrinsics.rs b/src/libcore/intrinsics.rs
index 2e3f5cb65c9..95f13daf841 100644
--- a/src/libcore/intrinsics.rs
+++ b/src/libcore/intrinsics.rs
@@ -717,7 +717,7 @@ extern "rust-intrinsic" {
     /// Reinterprets the bits of a value of one type as another type.
     ///
     /// Both types must have the same size. Neither the original, nor the result,
-    /// may be an [invalid value](../../nomicon/meet-safe-and-unsafe.html).
+    /// may be an [invalid value](../../nomicon/what-unsafe-does.html).
     ///
     /// `transmute` is semantically equivalent to a bitwise move of one type
     /// into another. It copies the bits from the source value into the