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