-
Notifications
You must be signed in to change notification settings - Fork 13.2k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
debuginfo: Fix ICE when generating name for type that produces a layout error. #94997
debuginfo: Fix ICE when generating name for type that produces a layout error. #94997
Conversation
r? @cjgillot (rust-highfive has picked a reviewer for you, use r? to override) |
This comment has been minimized.
This comment has been minimized.
91075e9
to
863969d
Compare
This comment has been minimized.
This comment has been minimized.
863969d
to
d178ddd
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
r=me with nit addressed
r? @wesleywiser |
d178ddd
to
243e2a6
Compare
Thanks for the review, @wesleywiser! @bors r=wesleywiser rollup |
📌 Commit 243e2a6 has been approved by |
⌛ Testing commit 243e2a6 with merge ad557687de01506ee8e1919931b165650a09786a... |
@bors treeclosed=100 |
1 similar comment
@bors treeclosed=100 |
@bors ping |
😪 I'm awake I'm awake |
💔 Test failed - checks-actions |
Someone want to bors-retry this? Looks spurious. |
the tree is still closed, but let's add it back to the queue for a rollup |
@bors retry |
Rollup of 10 pull requests Successful merges: - rust-lang#91133 (Improve `unsafe` diagnostic) - rust-lang#93222 (Make ErrorReported impossible to construct outside `rustc_errors`) - rust-lang#93745 (Stabilize ADX target feature) - rust-lang#94309 ([generator_interior] Be more precise with scopes of borrowed places) - rust-lang#94698 (Remove redundant code from copy-suggestions) - rust-lang#94731 (Suggest adding `{ .. }` around a const function call with arguments) - rust-lang#94960 (Fix many spelling mistakes) - rust-lang#94982 (Add deprecated_safe feature gate and attribute, cc rust-lang#94978) - rust-lang#94997 (debuginfo: Fix ICE when generating name for type that produces a layout error.) - rust-lang#95000 (Fixed wrong type name in comment) Failed merges: r? `@ghost` `@rustbot` modify labels: rollup
Fixes #94961.