]> git.lizzy.rs Git - rust.git/blob - src/test/rustdoc-json/structs/plain_empty.rs
Rename `span` to `source`
[rust.git] / src / test / rustdoc-json / structs / plain_empty.rs
1 // @has plain_empty.json "$.index[*][?(@.name=='PlainEmpty')].visibility" \"public\"
2 // @has - "$.index[*][?(@.name=='PlainEmpty')].kind" \"struct\"
3 // @has - "$.index[*][?(@.name=='PlainEmpty')].inner.struct_type" \"plain\"
4 // @has - "$.index[*][?(@.name=='PlainEmpty')].inner.fields_stripped" false
5 // @has - "$.index[*][?(@.name=='PlainEmpty')].inner.fields" []
6 pub struct PlainEmpty {}