-
Notifications
You must be signed in to change notification settings - Fork 13.4k
pretty: print attrs in struct expr #68737
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
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