-
Notifications
You must be signed in to change notification settings - Fork 13.2k
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 json ice: assertion failure: different Item.inner.id with --document-private-items --document-hidden-items
#98007
Comments
@rustbot labels +A-rustdoc-json |
It's another reexport inlining issue. It should be fixed by #93518. |
You mean #98053 , right? ^^ Looks like I can still reproduce this:
|
No no, I meant #93518 as "it will be fixed by this one" (hence why I didn't close it 😉 ). |
ooh I didn't see it was a pr, not an issue 😂🙈 |
Code
Meta
rustc --version --verbose
:Error output
rustdoc -Zunstable-options --output-format json --cap-lints warn --document-private-items --document-hidden-items ./src/test/rustdoc/infinite-redirection.rs
Backtrace
The text was updated successfully, but these errors were encountered: