#[macro_export]
macro_rules! repro {
() => {};
}
pub use crate::repro as repro2;
In current stable, and nightly-2021-08-28:

In current beta, current nightly, and nightly-2021-08-29:

Notice that repro appears twice in the sidebar under the list of macros exported by the crate.
Bisects to #88019.
$ cargo doc --openIn current stable, and nightly-2021-08-28:
In current beta, current nightly, and nightly-2021-08-29:
Notice that
reproappears twice in the sidebar under the list of macros exported by the crate.Bisects to #88019.