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
rustdoc is showing the
raw_mutmacro at the wrong path in libcore: https://doc.rust-lang.org/nightly/core/macro.raw_mut.html sayscore::raw_mutbut really it iscore::ptr::raw_mut(and the same goes forcore::ptr::raw_const). Looks likepub macrois not handled correctly?Cc @rust-lang/rustdoc