Skip to content

Conversation

g4titanx
Copy link
Contributor

@g4titanx g4titanx commented Feb 6, 2025

this pr fixes #606

if attrs.regular.contains(rustc_target::abi::call::ArgAttribute::NonNull) {
non_null_args.push(arg_index as i32 + 1);
}
if let Some(align) = attrs.pointee_align {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't believe this is correct to put this here since it will be ignored when optimizations are disabled.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Handle pointee_align

2 participants