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

Allow wildcard argument names. #159

Merged
merged 1 commit into from
Apr 27, 2020
Merged

Conversation

jgalenson
Copy link
Contributor

This adds support for wildcard variable names by internally giving them unique names.

Fixes #154.

This seems simpler than trying to ensure we catch all uses of an ident named "_" and naming them appropriately.

This adds support for wildcard variable names by internally giving
them unique names.
Copy link
Owner

@dtolnay dtolnay left a comment

Choose a reason for hiding this comment

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

Thanks! Exactly the implementation I had in mind.

@dtolnay dtolnay merged commit d6c5219 into dtolnay:master Apr 27, 2020
@jgalenson jgalenson deleted the underscore branch April 27, 2020 23:48
@dtolnay
Copy link
Owner

dtolnay commented Apr 28, 2020

Published in 0.2.12.

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.

Allow wildcard argument names in extern function signature
2 participants