[rustdoc-json] Make enum tuple variants match tuple structs#93529
[rustdoc-json] Make enum tuple variants match tuple structs#93529CraftSpider wants to merge 2 commits intorust-lang:masterfrom
Conversation
|
rustdoc-json-types is a public (although nightly-only) API. Consider changing |
|
(rust-highfive has picked a reviewer for you, use r? to override) |
|
r? rust-lang/rustdoc |
|
@CraftSpider |
|
Whoops, sorry. Relevant prefix added |
|
Could you add a test for this? |
|
I'll update the enum tuple variant test to check that the struct_field IDs are in the child item list, is that good? The existence of the fields and such is already tested. |
|
☔ The latest upstream changes (presumably #94009) made this pull request unmergeable. Please resolve the merge conflicts. |
|
I'll fix this as soon as I have some free time, and update the FORMAT_VERSION |
|
assigning back to author |
|
@CraftSpider any updates on this? |
…ing struct_field members they don't reference.
7927dfc to
45e05ec
Compare
|
☔ The latest upstream changes (presumably #97654) made this pull request unmergeable. Please resolve the merge conflicts. |
|
@CraftSpider @rustbot label: +S-inactive |
No more free-floating struct_field members without references
Fixes #92945