-
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
ast: Unmerge structures for associated items and foreign items #69586
Conversation
@@ -1413,8 +1398,29 @@ impl<'a> State<'a> { | |||
} | |||
|
|||
crate fn print_assoc_item(&mut self, item: &ast::AssocItem) { |
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.
Hmm; the duplication here and in visit.rs
isn't great. Let's follow up with the common structs to get some more code reuse.
@bors r+ |
📌 Commit 814067c542f53727a55e11bd17dc3750c0caccb1 has been approved by |
This comment has been minimized.
This comment has been minimized.
@bors r=Centril |
📌 Commit 9c885d4 has been approved by |
⌛ Testing commit 9c885d4 with merge 1e1911f08ee5046975e3acbbabd1f62a60ab53c0... |
Your PR failed (pretty log, raw log). Through arcane magic we have determined that the following fragments from the build log may contain information about the problem. Click to expand the log.
I'm a bot! I can only do what humans tell me to, so if this was not helpful or you have suggestions for improvements, please ping or otherwise contact |
💔 Test failed - checks-azure |
Seems spurious. |
☀️ Test successful - checks-azure |
Follow-up to #69194.
r? @Centril