7 lines
138 B
Rust
7 lines
138 B
Rust
|
// See https://github.com/rust-lang/rust/issues/101105
|
||
|
|
||
|
//@ !has "$.index[*][?(@.name=='nucleus')]"
|
||
|
mod corpus {
|
||
|
pub mod nucleus {}
|
||
|
}
|