-
Notifications
You must be signed in to change notification settings - Fork 28
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
Add Identifier
as a type, not an alias
#47
Labels
Comments
This was referenced Nov 18, 2018
hadronized
added a commit
that referenced
this issue
Nov 20, 2018
They’re now type wrappers and not type aliases. Also, add the TypeName type wrapper.
hadronized
added a commit
that referenced
this issue
Nov 20, 2018
They’re now type wrappers and not type aliases. Also, add the TypeName type wrapper.
hadronized
added a commit
that referenced
this issue
Nov 20, 2018
They’re now type wrappers and not type aliases. Also, add the TypeName type wrapper.
It’s not an alias anymore, but type safety is not enforced. We have to take care of that. |
hadronized
added a commit
that referenced
this issue
Nov 21, 2018
Those functions are not enforced (yet), as people can still use the From<&str> / From<String> interface, but we’re getting there.
hadronized
added a commit
that referenced
this issue
Nov 21, 2018
Those functions are not enforced (yet), as people can still use the From<&str> / From<String> interface, but we’re getting there.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
That type would ensure the grammar is respected:
The text was updated successfully, but these errors were encountered: