summary refs log tree commit diff
path: root/tests/rustdoc-json/reexport/glob_empty_mod.rs
blob: 326df5fdb6198acdf91cfe0585768d03151fc11c (plain)
1
2
3
4
5
6
7
8
// Regression test for https://github.com/rust-lang/rust/issues/100973

//@ is "$.index[*][?(@.name=='m1' && @.inner.module)].inner.module.is_stripped" true
//@ set m1 = "$.index[*][?(@.name=='m1')].id"
mod m1 {}

//@ is "$.index[*][?(@.inner.import)].inner.import.id" $m1
pub use m1::*;