-
Notifications
You must be signed in to change notification settings - Fork 12.7k
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: Add assoc type ICE regression test #98548
rustdoc-json: Add assoc type ICE regression test #98548
Conversation
Why ignoring typedef items? EDIT: by that I meant: why not trying to fix the underlying issue? |
I'm not sure I'm following. I could ask the same about Anyway, I just read that #98577 fixes this ICE too. Once that PR lands, I will verify, and if the ICE indeed is fixed, I will close this PR. |
Actually, it still makes sense to add this ICE regression test. So I suggest we merge that no matter what. But we can wait until the other PR lands. |
The regression test definitely makes sense. Once my PR is |
85e6943
to
ae4b929
Compare
Thanks! @bors r+ rollup |
📌 Commit 2888e76 has been approved by |
Thanks for the help with fixing #98547! You had a better fix :) |
Sorry I didn't see your PR sooner... I would have helped you go through. |
…askrgr Rollup of 11 pull requests Successful merges: - rust-lang#98548 (rustdoc-json: Allow Typedef to be different in sanity assert) - rust-lang#98560 (Add regression test for rust-lang#85907) - rust-lang#98564 (Remove references to `./tmp` in-tree) - rust-lang#98602 (Add regression test for rust-lang#80074) - rust-lang#98606 (:arrow_up: rust-analyzer) - rust-lang#98609 (Fix ICE for associated constant generics) - rust-lang#98611 (Fix glob import ICE in rustdoc JSON format) - rust-lang#98617 (Remove feature `const_option` from std) - rust-lang#98619 (Fix mir-opt wg name) - rust-lang#98621 (llvm-wrapper: adapt for removal of the ASanGlobalsMetadataAnalysis LLVM API) - rust-lang#98623 (fix typo in comment) Failed merges: r? `@ghost` `@rustbot` modify labels: rollup
Closes #98547
This fix is a natural extension of #98053.
r? @notriddle
(Since you reviewed the other PR.)
CC @GuillaumeGomez
@rustbot labels +A-rustdoc-json +T-rustdoc