-
Notifications
You must be signed in to change notification settings - Fork 12.7k
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
Variadic functions not accepted for cdecl #40244
Comments
|
Mark-Simulacrum
added a commit
to Mark-Simulacrum/rust
that referenced
this issue
May 26, 2017
Allow variadic functions with cdecl calling convention. Fixes rust-lang#40244.
Mark-Simulacrum
added a commit
to Mark-Simulacrum/rust
that referenced
this issue
May 27, 2017
Allow variadic functions with cdecl calling convention. Fixes rust-lang#40244.
Mark-Simulacrum
added a commit
to Mark-Simulacrum/rust
that referenced
this issue
May 28, 2017
Allow variadic functions with cdecl calling convention. Fixes rust-lang#40244.
Mark-Simulacrum
added a commit
to Mark-Simulacrum/rust
that referenced
this issue
May 28, 2017
Allow variadic functions with cdecl calling convention. Fixes rust-lang#40244.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Despite
cdecl
being equivalent toC
on Windows, Rust insists that I specifyC
and notcdecl
for variadic functions.The text was updated successfully, but these errors were encountered: