-
Notifications
You must be signed in to change notification settings - Fork 890
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
Extend inline_attribute_width
to more AST types
#5968
base: master
Are you sure you want to change the base?
Conversation
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.
@trevyn thanks the PR. The implementation here makes sense to me, and I've left a suggestion for how we can better encapsulate the logic. Before we can move forward with this one I'd want to be more thorough with our test cases so we make sure we're not missing anything.
@rustbot ready |
Specifically: expressions, struct fields, and foreign ("extern") items.
xref #3343
See also #5538 (comment)