Skip to content
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

Macros by example 2.0 (macro!) #1584

Merged
merged 3 commits into from
Jan 30, 2017
Merged

Macros by example 2.0 (macro!) #1584

merged 3 commits into from
Jan 30, 2017

Commits on Jan 30, 2017

  1. Macros by example 2.0 (macro!)

    Macros by example 2.0. A replacement for `macro_rules!`. This is mostly a
    placeholder RFC since many of the issues affecting the new macro system are
    (or will be) addressed in other RFCs. This RFC may be expanded at a later date.
    nrc committed Jan 30, 2017
    Configuration menu
    Copy the full SHA
    68854f4 View commit details
    Browse the repository at this point in the history
  2. Update the RFC

    Only major change is moving from `macro!` to `macro` to declare a macro.
    nrc committed Jan 30, 2017
    Configuration menu
    Copy the full SHA
    f6f5c41 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7dcb737 View commit details
    Browse the repository at this point in the history