-
Notifications
You must be signed in to change notification settings - Fork 13.4k
ICE: rustdoc: panicked at 'Error'' #96287
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Labels
C-bug
Category: This is a bug.
glacier
ICE tracked in rust-lang/glacier.
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.
Comments
This comment was marked as resolved.
This comment was marked as resolved.
hm, how are you running rustdoc in the playground? |
This comment was marked as resolved.
This comment was marked as resolved.
I think I have a smaller reproducer for the same bug, or at least one that leads to the same error. This one doesn't require any unstable feature and crashes both on 1.63 and on 1.66.0-nightly (432abd8 2022-09-20) running on x86_64-unknown-linux-gnu. Note that my reproducer is not expected to compile, it shouldn't type-check. But it should cause a panic either. trait A<T> {}
struct B<C: ?Sized, D: A> {} Meta
|
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
Labels
C-bug
Category: This is a bug.
glacier
ICE tracked in rust-lang/glacier.
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
./src/test/ui/type-alias-impl-trait/not_well_formed.rs
Meta
Error output
Backtrace
The text was updated successfully, but these errors were encountered: