about summary refs log tree commit diff
path: root/tests/rustdoc-json/structs/plain_empty.rs
blob: 30013021abef2856a73b4ecac7be3ca2e601eccc (plain)
1
2
3
4
5
//@ 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 {}