mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-28 20:16:58 +03:00
24bbf7ac2f
Allow leading pipe in `matches!()` patterns. This is allowed in `match` statement, and stated in https://internals.rust-lang.org/t/leading-pipe-in-core-matches/14699/2 that it should be allowed in these macros too.