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