rust/tests/rustdoc-json/structs/plain_empty.rs
Alona Enraght-Moony 7ab71c417b tests/rustdoc-json: replace $.index[*][? with $.index[?
Done automatically with VSCode.
2025-03-21 00:48:09 +00:00

6 lines
313 B
Rust

//@ is "$.index[?(@.name=='PlainEmpty')].visibility" \"public\"
//@ has "$.index[?(@.name=='PlainEmpty')].inner.struct"
//@ is "$.index[?(@.name=='PlainEmpty')].inner.struct.kind.plain.has_stripped_fields" false
//@ is "$.index[?(@.name=='PlainEmpty')].inner.struct.kind.plain.fields" []
pub struct PlainEmpty {}