summaryrefslogtreecommitdiffstats
path: root/src/test/rustdoc-json/structs/plain_empty.rs
blob: a251caf4ba93388a7aa1e24bd43ebdbd838eb25a (plain)
1
2
3
4
5
6
// @has plain_empty.json "$.index[*][?(@.name=='PlainEmpty')].visibility" \"public\"
// @has - "$.index[*][?(@.name=='PlainEmpty')].kind" \"struct\"
// @has - "$.index[*][?(@.name=='PlainEmpty')].inner.struct_type" \"plain\"
// @has - "$.index[*][?(@.name=='PlainEmpty')].inner.fields_stripped" false
// @has - "$.index[*][?(@.name=='PlainEmpty')].inner.fields" []
pub struct PlainEmpty {}