2022-08-27 20:35:44 -05:00
|
|
|
// Regression test for https://github.com/rust-lang/rust/issues/100973
|
|
|
|
|
2024-07-19 09:50:47 -05:00
|
|
|
//@ is "$.index[*][?(@.name=='m1' && @.inner.module)].inner.module.is_stripped" true
|
|
|
|
//@ set m1 = "$.index[*][?(@.name=='m1')].id"
|
2022-08-27 20:35:44 -05:00
|
|
|
mod m1 {}
|
|
|
|
|
2024-08-04 18:44:35 -05:00
|
|
|
//@ is "$.index[*][?(@.inner.use)].inner.use.id" $m1
|
2022-08-27 20:35:44 -05:00
|
|
|
pub use m1::*;
|