-
Notifications
You must be signed in to change notification settings - Fork 12.8k
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
pretty: print attrs in struct expr #68737
Conversation
@bors r+ |
📌 Commit 103e87c has been approved by |
pretty: print attrs in struct expr Fixes rust-lang#68710 by printing the attributes on struct expression fields. r? @petrochenkov cc @dtolnay
This comment has been minimized.
This comment has been minimized.
@bors r- |
|
📌 Commit 1f86cad9bbd584394bb42d748b6ecae38ce4e7ff has been approved by |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
Pared this back down to just the attribute cause I couldn't figure out how to get pretty printing to be pretty. @bors r=petrochenkov |
📌 Commit 00f0b0c has been approved by |
pretty: print attrs in struct expr Fixes #68710 by printing the attributes on struct expression fields. r? @petrochenkov cc @dtolnay
☀️ Test successful - checks-azure |
Fixes #68710 by printing the attributes on struct expression fields.
r? @petrochenkov
cc @dtolnay