Closed
Description
#[macro_export]
macro_rules! repro {
() => {};
}
pub use crate::repro as repro2;
$ cargo doc --open
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.