-
Notifications
You must be signed in to change notification settings - Fork 12.9k
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
Should "system" ABI be "win64" on x86_64 windows? #11261
Comments
On win64 LLVM treats |
From the evidence we have so far, it sounds like the behavior is going to stay the same from the point of view of the programmer, though we may change the underlying implmentation. P-low, not 1.0. |
@brson, I don't quite understand the question you are posing here. Win64 has only one calling convention, so "system" == "C" == "win64". |
Seems like whether we treat 'system' as 'C' or 'win64' is just an internal detail. Closing. |
[`unnecessary_find_map`]: look for then_some Closes rust-lang#11260 changelog: [`unnecessary_find_map`]: lint `.then_some()` in closure
I don't know anything about the windows ABI, but this seems plausible.
The text was updated successfully, but these errors were encountered: