Join GitHub today
GitHub is home to over 28 million developers working together to host and review code, manage projects, and build software together.
Sign upRefactorings using macros in type position #521
Comments
killercup
added
good first issue
help wanted
labels
Dec 5, 2016
This comment has been minimized.
phungleson
commented
Jan 18, 2017
•
|
Hey mate, I am trying to tackle this but it seems more complicated than I initially thought. Do you have any other examples rather than the one in |
added a commit
that referenced
this issue
Feb 18, 2017
added a commit
that referenced
this issue
Feb 18, 2017
added a commit
that referenced
this issue
Feb 22, 2017
This comment has been minimized.
|
This was implemented by #617 and we didn't like the code. Variadics will eventually make this pointless anyway. |
sgrif
closed this
Jul 21, 2017
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
killercup commentedDec 5, 2016
Since Rust 1.13 we can use macros in type position (RFC #873). With those, we should be able to refactor a bunch of thing, e.g. the impls of EqAll.