Closed
Description
rustdoc is showing the raw_mut
macro at the wrong path in libcore: https://doc.rust-lang.org/nightly/core/macro.raw_mut.html says core::raw_mut
but really it is core::ptr::raw_mut
(and the same goes for core::ptr::raw_const
). Looks like pub macro
is not handled correctly?
Cc @rust-lang/rustdoc