blob: 0494dff5bca2331578c228e2e98669b802296806 [file] [log] [blame]
//@ edition:2018
//@ !has "$.index[?(@.name=='inner')]"
mod inner {
//@ has "$.index[?(@.name=='Public')]"
pub struct Public;
}
//@ is "$.index[?(@.inner.use)].inner.use.name" \"NewName\"
pub use inner::Public as NewName;