-
Notifications
You must be signed in to change notification settings - Fork 120
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
Integrate into compiler #105
Comments
This seems like an issue for rust-lang/rfcs rather than here? |
I'm not sure if it should have a RFC, since it's completely transparent to the user. |
rust-lang/rust then maybe - in either case the decision that would be made is related to rustc not phf. |
Great, thanks! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The match clause accepts any type of literal, which is syntaxically similar to phf maps. I feel we could simply code it in the compiler to make an intelligent match.
The text was updated successfully, but these errors were encountered: