summaryrefslogtreecommitdiffstats
path: root/tests/rustdoc-json/structs/tuple.rs
blob: 16ab95ed27150704c59dc41793f3f77ca8e61557 (plain)
1
2
3
4
// @is "$.index[*][?(@.name=='Tuple')].visibility" \"public\"
// @has "$.index[*][?(@.name=='Tuple')].inner.struct"
// @is "$.index[*][?(@.name=='Tuple')].inner.struct.kind.tuple" '[null, null]'
pub struct Tuple(u32, String);