Open
Description
Running
./x doc library/core/ --json
./x test ./tests/rustdoc-json/generic_impl.rs # to force a jsondoclint build.
./build/host/stage0-tools-bin/jsondoclint ./build/host/json-doc/core.json
Outputs a large number of errors
- Identify the core issue, find MCVE's, file issues
- Fix issues
- Run jsondoclint on core.json in CI, so this doesn't regress again.
Originally posted by @aDotInTheVoid in #104064 (comment)