-
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: cargo +nightly doc
panics when documenting a library that re-export std
#99221
Comments
This issue may be related to #98032, however I can only reproduce it on the nightly build. On the stable channel, rustdoc succeeds.
|
@celinval does this reproduce on beta? |
I know I'm not celinval, but I've been able to reduce this to a test case, and yeah, it reproduces on beta. |
…rules-w-same-name, r=GuillaumeGomez rustdoc: avoid inlining items with duplicate `(type, name)` Fixes rust-lang#99221
That was quick. Thank you! |
Reopening to track beta breakage. |
I was silly and nominated even though the PR has already been nominated, and that's really the thing that's supposed to be. Please ignore, and sorry for the noise. |
…rules-w-same-name, r=GuillaumeGomez rustdoc: avoid inlining items with duplicate `(type, name)` Fixes rust-lang#99221
I tried to create a minimum example from an issue we've seen in our project (https://github.com/model-checking/kani). I tried running:
On the following crate:
src/lib.rs
:I expected to see this happen: The command should succeed.
Instead, this happened: It crashed with an ICE
Meta
rustc +nightly --version --verbose
:Backtrace
The text was updated successfully, but these errors were encountered: