-
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
Add never type to TypeName
#466
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Copy/clone are in libcore: https://github.com/rust-lang/rust/blob/master/src/librustc_trait_selection/traits/select.rs#L2255
Also, looking over the table, looks like raw ptrs and immutable refs also have their impls in libcore. Think you can fix that here too? (It's small enough I don't think we need to split into a separate PR)
8d0e10d
to
13a7848
Compare
Whoops you're right, should be fixed now! |
ec34892
to
3076dab
Compare
3076dab
to
2cb1d43
Compare
Addresses part of #368