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

Preliminary support for variadic functions #2457

Merged
merged 2 commits into from
Apr 18, 2023
Merged

Preliminary support for variadic functions #2457

merged 2 commits into from
Apr 18, 2023

Conversation

kennykerr
Copy link
Collaborator

In the process of adding support for variadic Windows API functions, I ran into a Rust compiler bug:

rust-lang/rust#110505

This update just adds the prep work to parse and detect variadic functions and simplifies the link macro to support declaring such variadic functions so that when this bug is fixed we can begin to support such functions.

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.

1 participant