ICE when running rustdoc in JSON mode on clap #97432
Labels
A-rustdoc-json
Area: Rustdoc JSON backend
C-bug
Category: This is a bug.
I-ICE
Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
T-rustdoc
Relevant to the rustdoc team, which will review and decide on the PR/issue.
Code
https://github.com/clap-rs/clap.git @ f2f9aa12
Error is obtained by running
cargo +nightly rustdoc --lib -- -Zunstable-options -wjson
Removing
-wjson
prevents the errorThis may be similar to #89097 or #83718 though both have been resolved and closed, but the issue here is still present on the latest nightly.
Meta
rustc --version --verbose
:Error output
The text was updated successfully, but these errors were encountered: