rustdoc JSON ICE with pub extern crate self as <self_crate_name>
#100531
Labels
A-rustdoc-json
Area: Rustdoc JSON backend
I-ICE
Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️
requires-nightly
This issue requires a nightly compiler in some way.
T-rustdoc
Relevant to the rustdoc team, which will review and decide on the PR/issue.
Found via #99919 (comment) and seems like a different issue than #100529
Step-by-step:
cd /tmp
curl -L https://crates.io/api/v1/crates/easy_proc/0.2.0/download | tar -xz
cd easy_proc-0.2.0
cargo +nightly rustdoc --lib -- -Z unstable-options --output-format json
withrustdoc 1.65.0-nightly (75b7e52e9 2022-08-13)
Expected
rustdoc JSON is built
Actual
@rustbot labels +A-rustdoc-json +T-rustdoc +I-ICE +requires-nightly +E-needs-mcve
The text was updated successfully, but these errors were encountered: