-
Notifications
You must be signed in to change notification settings - Fork 12.9k
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
Compilation error with cargo doc and --generate-link-to-definition #107063
Comments
Can you try running |
Output of
The crate is just what |
This means that the bug is in the |
Thanks. I'll do that. |
However, what is more concerning is this output:
|
Oh, that's indeed weird. It's probably because
|
It seems related to #21934 |
I tried generating the documentation with links to definitions of a crate depending on
socket2
:I expected the
cargo doc
above to succeed, becausecargo build
succeeds.Instead, I get some compilation errors:
Meta
rustc +nightly-2023-01-15 --version --verbose
:I can also reproduce this issue with
+nightly
:The text was updated successfully, but these errors were encountered: