chalk icon indicating copy to clipboard operation
chalk copied to clipboard

Impl auto traits for builtin types

Open jackh726 opened this issue 3 years ago • 6 comments

Right now, we only handle auto traits for Adts here. We need to extend auto trait support to all builtin types.

jackh726 avatar Sep 08 '20 19:09 jackh726

I'm working on this!

memoryleak47 avatar Sep 09 '20 21:09 memoryleak47

@memoryleak47 still working on this?

You should be able to @rustbot claim

jackh726 avatar Sep 15 '20 20:09 jackh726

I was learning for an exam (which I had today) within the last week, but yeah, I'll work on this in the near future.

@rustbot claim

memoryleak47 avatar Sep 15 '20 20:09 memoryleak47

Update, initial work was done here. But needs more: at least opaque and foreign types, maybe others.

jackh726 avatar Oct 06 '20 20:10 jackh726

#638 handles opaque types

matthewjasper avatar Oct 27 '20 22:10 matthewjasper

Starting work on this today, hoping to finish out foreign types and any other ones that come up.

@rustbot claim

drtychai avatar May 19 '21 22:05 drtychai