Skip to content
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

Aarch64 call abi does not zeroext (and one cannot assume it does so) #97800

Merged
Prev Previous commit
Next Next commit
Ignore test on wasm
  • Loading branch information
wesleywiser authored Aug 5, 2022
commit 9bf3d5a82b689484b12bc5cc053d10f632ea6095
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
// run-pass
wesleywiser marked this conversation as resolved.
Show resolved Hide resolved
// ignore-wasm
#![allow(dead_code)]
#![allow(improper_ctypes)]

Expand Down