-
Notifications
You must be signed in to change notification settings - Fork 13.2k
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
uses_power_alignment: wording tweaks #139059
base: master
Are you sure you want to change the base?
Conversation
661de9f
to
83a3329
Compare
r? @workingjubilee |
83a3329
to
8fca246
Compare
8fca246
to
87ff60c
Compare
I've updated the PR. Obviously we'll want more updates to eventually fix the alignment of I also noticed an odd variable name, @rustbot ready |
@@ -1621,15 +1623,13 @@ impl ImproperCTypesDefinitions { | |||
cx: &LateContext<'tcx>, | |||
ty: Ty<'tcx>, | |||
) -> bool { | |||
assert!(cx.tcx.sess.target.os == "aix"); |
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.
This function should be dead code on non-AIX targets so I was confused why it would check the target again here.
Slightly improves the wording introduced with #135552.