about summary refs log tree commit diff
path: root/src/rustllvm/RustWrapper.cpp
diff options
context:
space:
mode:
authorGuillaume Gomez <guillaume1.gomez@gmail.com>2019-02-07 14:28:29 +0100
committerGitHub <noreply@github.com>2019-02-07 14:28:29 +0100
commit2f2d61a0f8ab5e260152f9c10a13aed71848d184 (patch)
treeca075195b5907a0a7fd58b980dce25a47e8e289b /src/rustllvm/RustWrapper.cpp
parent55c0922201bd948bec43fdda434e3b12bdbfb606 (diff)
parent1c8c94af51e10e0593163d6a8ff41513271d7eab (diff)
downloadrust-2f2d61a0f8ab5e260152f9c10a13aed71848d184.tar.gz
rust-2f2d61a0f8ab5e260152f9c10a13aed71848d184.zip
Rollup merge of #57848 - jrvanwhy:transmute-export-doc, r=QuietMisdreavus
Generate a documentation page for core::mem::transmute.

In `#[no_std]` environments, `std::mem::transmute` is unavailable. Searching for "core transmute" online only pulls up `core::intrinsics::transmute`, which is behind the (unstable) `core_intrinsics` feature flag. Users wishing to use transmute in `#[no_std]` environments typically should use `core::mem::transmute` instead, as it is stable. This documentation makes `core::mem::transmute` discoverable.
Diffstat (limited to 'src/rustllvm/RustWrapper.cpp')
0 files changed, 0 insertions, 0 deletions