-
Notifications
You must be signed in to change notification settings - Fork 12.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[rustdoc-json] Make enum tuple variants match tuple structs #93529
[rustdoc-json] Make enum tuple variants match tuple structs #93529
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