-
Notifications
You must be signed in to change notification settings - Fork 12.8k
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
ICE: rustdoc: panicked at 'Error'' #96287
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
|
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: