about summary refs log tree commit diff
path: root/tests/rustdoc-json/structs/plain_empty.rs
blob: 127f9ed1972100d338a6c8a0eae953a5b1d06a19 (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 {}