-
Notifications
You must be signed in to change notification settings - Fork 13k
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
Add --output-format json
for Rustdoc on nightly
#74955
Conversation
(rust_highfive has picked a reviewer for you, use r? to override) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me. Someone on the rustdoc team should take a look also.
Looks good to me, thanks! r=me once CI passed |
@bors r=GuillaumeGomez |
📌 Commit 48c6f05 has been approved by |
@bors rollup=always |
☀️ Test successful - checks-actions, checks-azure |
@rustbot modify labels +A-rustdoc-json |
This enables the previously deprecated
--output-format
flag so it can be used on nightly to host the experimental implementation of rfc/2963. The actual implementation will come in later PRs so for now there's just a stub that gives you an ICE.I'm pretty sure that the logic I added makes it inaccessible from stable, but someone should double check that. @tmandry @jyn514