-
Notifications
You must be signed in to change notification settings - Fork 182
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
Impl auto traits for builtin types #604
Comments
I'm working on this! |
@memoryleak47 still working on this? You should be able to |
I was learning for an exam (which I had today) within the last week, @rustbot claim |
Extend push_auto_trait_impl to built-in types cc #604.
Update, initial work was done here. But needs more: at least opaque and foreign types, maybe others. |
#638 handles opaque types |
Starting work on this today, hoping to finish out foreign types and any other ones that come up. @rustbot claim |
Right now, we only handle auto traits for
Adt
s here. We need to extend auto trait support to all builtin types.The text was updated successfully, but these errors were encountered: