-
Notifications
You must be signed in to change notification settings - Fork 48
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
Declarative macro repetition counts #57
Comments
No update this week. |
Project updateI've started looking at expanding more on the idea of general-purpose metavariable expressions ( For a real-world example, this line in one of my crates would become:
There is a prototype implementation on the markbt/rust:metavariable_expressions branch. If you'd like to try it out, any feedback would be welcome. I've started drafting an RFC on the markbt/lang-team:metavar_expr_rfc branch (Rendered). It's still in its early stages, but feedback and contributions are always welcome. Cc: @Lokathor @rust-lang/lang |
Project update |
Closing this in favor of rust-lang/rust#83527 |
Summary
Add new syntax to allow declarative macro authors to easily access the count or index of declarative macro repetitions.
Info
#t-lang/macro-repetition-count
on the rust-lang ZulipWhat is this issue?
This issue represents an active project group. It is meant to be used for
the group to post updates to the lang team (and others) in a lightweight
fashion. Please do not use the comments here for discussion, that should be kept
in the Zulip stream (discussion comments here will be marked as off-topic).
The text was updated successfully, but these errors were encountered: