Closed
Description
running
./x doc library/std --json --stage 0
only builds the html doc, but
RUSTDOCFLAGS="-Zunstable-options --output-format=json" ./x doc library/std --stage 0
builds the json doc.
I expected the json flag to act as the documentation says (./x doc --help
):
--json render the documentation in JSON format in addition to
the usual HTML format
Meta
using the master branch of this repo commit 2afca78
running with a library profile.