2021-10-14 02:12:18 +02:00
|
|
|
//@ edition:2018
|
|
|
|
|
2024-07-19 16:50:47 +02:00
|
|
|
//@ set repro_id = "$.index[*][?(@.name=='repro')].id"
|
2021-10-14 02:12:18 +02:00
|
|
|
#[macro_export]
|
|
|
|
macro_rules! repro {
|
|
|
|
() => {};
|
|
|
|
}
|
|
|
|
|
2024-07-19 16:50:47 +02:00
|
|
|
//@ set repro2_id = "$.index[*][?(@.docs=='Re-export')].id"
|
2023-05-22 18:17:52 +01:00
|
|
|
/// Re-export
|
2021-10-14 02:12:18 +02:00
|
|
|
pub use crate::repro as repro2;
|
2022-07-19 16:57:38 +01:00
|
|
|
|
2024-07-19 16:50:47 +02:00
|
|
|
//@ ismany "$.index[*][?(@.name=='macro')].inner.module.items[*]" $repro_id $repro2_id
|