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

Allow | after pat in macro_rules! #20824

Closed
wants to merge 1 commit into from

Commits on Jan 9, 2015

  1. Allow | after pat in macro_rules!

    Per rust-lang#20563 (comment)
    
    This enables writing macros that accept `$($pattern:pat)|+` and expand to the same thing in a `match` statement. See for example [the `matches!` macro](https://github.com/SimonSapin/rust-std-candidates#the-matches-macro).
    SimonSapin committed Jan 9, 2015
    Configuration menu
    Copy the full SHA
    da9e0be View commit details
    Browse the repository at this point in the history