Closed
Description
It looks like we don't use links in macro visibilities:
#![feature(decl_macro)]
pub mod inner1 {
pub mod inner2 {
pub mod inner3 {
pub(in crate::inner1) macro foo() {}
}
}
}
@jyn514 thinks this might be a bug.
Originally posted by @camelid in #82815 (comment)
Activity
CURRENT_DEPTH
thread-local variable #82815camelid commentedon Mar 11, 2021
Note: I haven't tested
macro_rules!
(I thinkpub macro_rules!
landed recently) nor proc macros.Rollup merge of rust-lang#132302 - fmease:rustdoc-better-vis-for-macr…
Unrolled build for rust-lang#132302