-
Notifications
You must be signed in to change notification settings - Fork 13.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
rustdoc: stack overflow: rustc_infer::infer::combine::Generalizer #98171
Labels
C-bug
Category: This is a bug.
glacier
ICE tracked in rust-lang/glacier.
I-crash
Issue: The compiler crashes (SIGSEGV, SIGABRT, etc). Use I-ICE instead when the compiler panics.
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.
Comments
I think it's possibly a bad interaction with the compiler. Adding their label. |
some more backtrace:
|
matthiaskrgr
added a commit
to matthiaskrgr/glacier
that referenced
this issue
Jun 23, 2022
JohnTitor
added a commit
to rust-lang/glacier
that referenced
this issue
Jun 24, 2022
* add 4 ices rust-lang/rust#98432 rust-lang/rust#98250 rust-lang/rust#98171 rust-lang/rust#98016 * Update ices/98432.rs Co-authored-by: Yuki Okushi <jtitor@2k36.org>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
C-bug
Category: This is a bug.
glacier
ICE tracked in rust-lang/glacier.
I-crash
Issue: The compiler crashes (SIGSEGV, SIGABRT, etc). Use I-ICE instead when the compiler panics.
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.
I tried this code from
tests/ui/dropck/dropck_no_diverge_on_nonregular_2.rs
Instead, this happened: explanation
Meta
rustdoc --version --verbose
:The recursion seems to happem somewhere here:
Backtrace
The text was updated successfully, but these errors were encountered: