Skip to content

Commit

Permalink
Rollup merge of rust-lang#51065 - mbrubeck:docs, r=rkruppe
Browse files Browse the repository at this point in the history
Update nomicon link in transmute docs

The list of "invalid primitive values" has moved to a different URL within the Rustonomicon.
  • Loading branch information
kennytm authored May 26, 2018
2 parents 5d95492 + 37cbd11 commit 18028eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libcore/intrinsics.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 18028eb

Please sign in to comment.