auto_impl
has a few issues for beginners interested in working with the new proc macro API. With the crate auto_impl
, you can easily implement your trait for certain "wrapper types" (e.g. &T where T: YourTrait
).
We'd love to get more people involved! I'd be glad to mentor anyone interested in helping out.
Link to issue tracker with E-easy
filter. I'm not sure if it's preferred to post single issue on TWiR. In that case, here are the four links:
- Emit warning on empty proxy type list: https://github.com/auto-impl-rs/auto_impl/issues/24
-
self
receiver andFnMut
: cannot borrow immutable argument: https://github.com/auto-impl-rs/auto_impl/issues/23 - Explicitly pass type parameters when delegating the method: https://github.com/auto-impl-rs/auto_impl/issues/19
- Add super trait bound to proxy type: https://github.com/auto-impl-rs/auto_impl/issues/18
I also posted this on Reddit.
CC @KodrAus