rustc panics when documenting rustix <= v0.36.12 #110939
Labels
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.
I've stumbled upon a bug documenting the crate
rustix
in version0.36.8
.This only happens with the current stable release.
I've tested the rustix versions
0.36.8..=0.36.13
and all those are affected expect 0.36.13.To reproduce, create a new rust project, add
and run
cargo +stable doc
.I don't know if this is relevant anymore, because it does not happen with
beta
ornightly
, neither with a newer version of rustix, but i thought you may be interested in this.Meta
rustc --version --verbose
:Error output
Backtrace
The text was updated successfully, but these errors were encountered: