You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Rustdoc is unable to generate proper documentation for alias.
The [src] link on the alias page (doc_root/alias/index.html) is broken; it points to doc_root//alias/index.html, a malformed url, and doc_root/alias/ doesn't exist on my filesystem.
std::mem::transmute
is re-exported function ofcore::intrinsics::transmute
.Hyperlink of
core::intrinsics::transmute
is ~/ffi.transmute.html, not ~/fn.transmute.html, but source link of http://doc.rust-lang.org/std/mem/fn.transmute.html is http://doc.rust-lang.org/core/intrinsics/fn.transmute.html instead of http://doc.rust-lang.org/core/intrinsics/ffi.transmute.htmlThe text was updated successfully, but these errors were encountered: